a little refactoring to prepare for the vps
This commit is contained in:
parent
cbf77c4cbe
commit
012ba5e6f4
5 changed files with 233 additions and 83 deletions
11
flake.nix
11
flake.nix
|
@ -81,5 +81,16 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
queen = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
# > Our main nixos configuration file <
|
||||
./nixos/queen/configuration.nix
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue