alter zfs mountpoint

This commit is contained in:
Sam 2024-06-29 20:14:43 +01:00
parent eb9fb7789f
commit 017dba3475
2 changed files with 4 additions and 7 deletions

View File

@ -278,11 +278,11 @@
"nix-secrets": { "nix-secrets": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1719679628, "lastModified": 1719686367,
"narHash": "sha256-veDG5v8ndU56bkxC37pfh48+1G53hABZ6A67jhrU3vA=", "narHash": "sha256-zQ/Mgrg3GjE4QkweXPLAtbO8SnfzTXZrqmm8oZwXBV4=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f75ec74fab8f9054540a33f1e76d8fe9d885560f", "rev": "eb8d568c7e30a8c45148fa5c235ebd49bc8effee",
"revCount": 146, "revCount": 148,
"type": "git", "type": "git",
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git" "url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
}, },

View File

@ -17,9 +17,6 @@ in
inputs.disko.nixosModules.disko inputs.disko.nixosModules.disko
(import ../common/disks { device = dev; impermanence = impermanence; fsType = fsType; encrypted = encrypted; }) (import ../common/disks { device = dev; impermanence = impermanence; fsType = fsType; encrypted = encrypted; })
# Zfs disk configuration
../common/disks/zfs/zspeed.nix
# Import core options # Import core options
./hardware-configuration.nix ./hardware-configuration.nix
../common/core ../common/core