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
+1 -1
View File
@@ -2,7 +2,7 @@
{
networking.hostName = "fenrir-nixos"; # Define your hostname.
imports = [ ../../nixos/custom.nix ];
imports = [ ../../nixos/custom.nix ./hardware-configuration.nix ];
fileSystems."/".options = [ "ssd" "noatime" "compress=zstd" ];