Ayo the pizza here (restructuring)
This commit is contained in:
12
hosts/remilia/default.nix
Executable file
12
hosts/remilia/default.nix
Executable file
@@ -0,0 +1,12 @@
|
||||
{lib, config, ...}:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./networking.nix
|
||||
./hardware.nix
|
||||
./boot.nix
|
||||
./services.nix
|
||||
./mailserver.nix
|
||||
];
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
Reference in New Issue
Block a user