diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-24 10:37:18 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-24 10:37:18 +0200 |
| commit | a372e460f1e9f857e429c6b4e51dd711feb13453 (patch) | |
| tree | 284af331e9c73f72b59c2bd6bf0bb5bf5f1ef5a7 /hosts | |
| parent | 1085bfc9cf04915b37459db5dc52f8713e57bdbf (diff) | |
| parent | 4d0f59f9580ff62d9b4b2c7aeed23632840d1679 (diff) | |
Merge branch 'main' of cgit:/srv/git/NixOS-config
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/herra/file-system.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix index 2e47cf2..42976ff 100644 --- a/hosts/herra/file-system.nix +++ b/hosts/herra/file-system.nix @@ -1,6 +1,6 @@ {...}: { fileSystems."/nix" = { - options = [ "subvol=@nix" "compress=zstd:3" "noatime" ]; + options = [ "compress=zstd:3" "noatime" ]; neededForBoot = true; }; } |
