Initial commit
This commit is contained in:
commit
1ceaf7acff
26 changed files with 434 additions and 0 deletions
15
machines/lil-maid/default.nix
Normal file
15
machines/lil-maid/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ inputs
|
||||
, modules
|
||||
, ... }:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
modules
|
||||
|
||||
./configuration.nix
|
||||
./hardware
|
||||
./modules
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue