hosts: move to new structure

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-03 21:52:55 +03:00
parent 5fe09a598a
commit 7e2458b322
55 changed files with 538 additions and 405 deletions

View File

@ -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;
# };
}