From b0422f1bc1ffdfc32f621c26ff8091d6817e4e67 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 5 Feb 2023 22:29:24 +0200 Subject: remove password age, add disko config, add vps, trying to get hyprland working --- hosts/disko.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts/disko.nix') diff --git a/hosts/disko.nix b/hosts/disko.nix index 0a0710e..4808edd 100644 --- a/hosts/disko.nix +++ b/hosts/disko.nix @@ -28,13 +28,13 @@ type = "btrfs"; extraArgs = "-f"; # Override existing partition subvolumes = { - "/nix" = { - mountOptions = ["noatime" "compress=zstd"] - } + "/" = { + mountOptions = ["noatime" "compress=zstd"]; + }; }; }; } - ] + ]; }; }); @@ -42,7 +42,7 @@ "/" = { fsType = "tmpfs"; mountOptions = [ - "size=200M" + "noexec" "defaults" "size=2G" "mode=755" ]; }; }; -- cgit 1.4.1