hosts: move to new structure
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -2,12 +2,11 @@
|
||||
imports = with inputs; [
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.system
|
||||
./boot.nix
|
||||
./disko.nix
|
||||
./hardware.nix
|
||||
./boot
|
||||
./disko
|
||||
./hardware
|
||||
./networking.nix
|
||||
./nix.nix
|
||||
./power-saving.nix
|
||||
./nix
|
||||
../dunamis/programs.nix
|
||||
./services.nix
|
||||
./sops.nix
|
||||
@ -23,10 +22,6 @@
|
||||
theme = "nord";
|
||||
};
|
||||
|
||||
opentabletdriver.enable = false;
|
||||
|
||||
# qmk-vial.enable = true;
|
||||
|
||||
security.basic.enable = true;
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
@ -41,10 +36,4 @@
|
||||
time.timeZone = "Europe/Kyiv";
|
||||
|
||||
# virtual.libvirt.enable = true;
|
||||
|
||||
# wireless = {
|
||||
# wifi.enable = true;
|
||||
# bluetooth.enable = true;
|
||||
# bluetooth.enableBlueman = true;
|
||||
# };
|
||||
}
|
||||
|
Reference in New Issue
Block a user