Initial commit
This commit is contained in:
19
hosts/nix-axolotsh/index.nix
Normal file
19
hosts/nix-axolotsh/index.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ self, ... } : {
|
||||
imports = [
|
||||
"${self}/modules/system/boot/grub-efi.nix"
|
||||
|
||||
"${self}/modules/system/filesystem.nix"
|
||||
"${self}/modules/system/experimental-features.nix"
|
||||
"${self}/modules/system/unfree.nix"
|
||||
|
||||
"${self}/modules/system/localization.nix"
|
||||
|
||||
"${self}/modules/packages.nix"
|
||||
|
||||
"${self}/modules/openssh.nix"
|
||||
"${self}/modules/vscode-server.nix"
|
||||
|
||||
./users.nix
|
||||
./firewall.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user