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