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