This commit is contained in:
2025-12-19 07:46:55 +03:00
parent c47ad94679
commit aeb61e6690
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
{
networking.hostName = "loki-nixos"; # Define your hostname.
imports = [ ../../nixos/custom.nix ];
imports = [
../../nixos/custom.nix
./hardware-configuration.nix
];
fileSystems."/".options = [ "ssd" "noatime" "compress=zstd" ];
swapDevices = [{