aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/file-system.nix
diff options
context:
space:
mode:
authorOromis Foxtail <qwertman783@outlook.com>2026-04-19 22:43:36 +0200
committerOromis Foxtail <qwertman783@outlook.com>2026-04-19 22:43:36 +0200
commitdae3c2ca44b4cc0f5b250db1732e7c106470e804 (patch)
tree5f808b74f367c361490513609a05570cb5af5bda /hosts/herra/file-system.nix
parentefd7ae753371ae1aa6dedf090bc0736ee736ad11 (diff)
fixed some issues
Diffstat (limited to 'hosts/herra/file-system.nix')
-rw-r--r--hosts/herra/file-system.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix
index 71a77fd..47e75cb 100644
--- a/hosts/herra/file-system.nix
+++ b/hosts/herra/file-system.nix
@@ -1,7 +1,5 @@
{...}: {
fileSystems."/nix" = {
- device = "/dev/disk/by-label/nixstore";
- fsType = "btrfs";
- options = [ "subvol=@nix" "compress=zstd:3" "noatime" ];
+ options = [ "compress=zstd:3" "noatime" ]; #"subvol=@nix"
};
-} \ No newline at end of file
+}