feat(nix): add system module, pass config to lib
This commit introduces a system module for NixOS and Home Manager, and passes the configuration to the lib file.
This commit is contained in:
parent
f44b3ee8ce
commit
e104d89793
4 changed files with 25 additions and 6 deletions
|
@ -8,7 +8,6 @@ let
|
|||
};
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
system.stateVersion = "25.05";
|
||||
networking = { inherit hostName; };
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue