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