Add system config Split up modules into home and system sets Update Cleanup Move home config Add module attrs Fix empty LUKS device UUID Import local secrets
11 lines
245 B
Nix
11 lines
245 B
Nix
{
|
|
admin = ./admin.nix;
|
|
backup = ./backup.nix;
|
|
fido2 = ./fido2.nix;
|
|
fileShare = ./fileShare.nix;
|
|
networking = ./networking.nix;
|
|
steam = ./steam.nix;
|
|
update = ./update.nix;
|
|
vpnServer = ./vpnServer.nix;
|
|
weechat = ./weechat.nix;
|
|
}
|