mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Major update to handle multiple systems
This commit is contained in:
parent
0453901d17
commit
cd1d2d866b
34 changed files with 2040 additions and 456 deletions
|
@ -51,6 +51,7 @@
|
|||
# host specific config
|
||||
{ config.networking.hostName = host; }
|
||||
(./hosts + "/${host}")
|
||||
(inputs.secrets.hostSecrets.${host})
|
||||
|
||||
# my modules
|
||||
./modules/system
|
||||
|
@ -123,6 +124,7 @@
|
|||
|
||||
secrets = {
|
||||
url = "path:/etc/nixos.secrets";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue