alter zfs mountpoint
This commit is contained in:
parent
eb9fb7789f
commit
017dba3475
|
@ -278,11 +278,11 @@
|
|||
"nix-secrets": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1719679628,
|
||||
"narHash": "sha256-veDG5v8ndU56bkxC37pfh48+1G53hABZ6A67jhrU3vA=",
|
||||
"lastModified": 1719686367,
|
||||
"narHash": "sha256-zQ/Mgrg3GjE4QkweXPLAtbO8SnfzTXZrqmm8oZwXBV4=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "f75ec74fab8f9054540a33f1e76d8fe9d885560f",
|
||||
"revCount": 146,
|
||||
"rev": "eb8d568c7e30a8c45148fa5c235ebd49bc8effee",
|
||||
"revCount": 148,
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
|
||||
},
|
||||
|
|
|
@ -17,9 +17,6 @@ in
|
|||
inputs.disko.nixosModules.disko
|
||||
(import ../common/disks { device = dev; impermanence = impermanence; fsType = fsType; encrypted = encrypted; })
|
||||
|
||||
# Zfs disk configuration
|
||||
../common/disks/zfs/zspeed.nix
|
||||
|
||||
# Import core options
|
||||
./hardware-configuration.nix
|
||||
../common/core
|
||||
|
|
Loading…
Reference in New Issue