make systemProfiles an attrset
This commit is contained in:
parent
8e45ad0537
commit
f44f1a3a46
4 changed files with 77 additions and 70 deletions
|
@ -14,16 +14,16 @@
|
|||
./profiles/backups.nix
|
||||
./profiles/caddy.nix
|
||||
]
|
||||
++ (map (x: systemProfiles + x) [
|
||||
/core/security.nix
|
||||
/core/tools.nix
|
||||
/core/ssh.nix
|
||||
/core/deploy.nix
|
||||
++ (with systemProfiles; [
|
||||
core.security
|
||||
core.tools
|
||||
core.ssh
|
||||
core.deploy
|
||||
|
||||
/nix/default.nix
|
||||
nix.nix
|
||||
|
||||
/network/tailscale.nix
|
||||
/network/networkd.nix
|
||||
network.tailscale
|
||||
network.networkd
|
||||
]);
|
||||
|
||||
boot.loader.grub = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue