mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 14:54:26 -05:00
Minimal with flake update
This commit is contained in:
@@ -11,31 +11,19 @@
|
||||
|
||||
./../../modules/hardware/xremap.nix
|
||||
./../../modules/hardware/boot.nix
|
||||
|
||||
./../../modules/graphics/workstation.nix
|
||||
|
||||
./../../modules/laptop/powersave.nix
|
||||
./../../modules/laptop/battery.nix
|
||||
|
||||
#./../../modules/services/webdav.nix
|
||||
./../../modules/services/scanning.nix
|
||||
./../../modules/services/printer.nix
|
||||
];
|
||||
|
||||
networking.hostName = "thinix";
|
||||
batMode = "double";
|
||||
# Cannot have this and tlp
|
||||
#services.power-profiles-daemon.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = with pkgs; pinentry-all;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
size = 4096;
|
||||
}];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = "24.11"; # Dont change this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user