fix(impermanence): move persist dirs to home-manager module so permissions work right
This commit is contained in:
parent
a3311e8be6
commit
a4c2792865
3 changed files with 37 additions and 30 deletions
|
@ -52,8 +52,11 @@
|
|||
./modules/hardware/cpu_intel.nix
|
||||
])
|
||||
(lib.optionals (hostname == "apollo") [
|
||||
mkDiskConfig
|
||||
"/dev/disk/by-id/nvme-eui.002538d221b47b01"
|
||||
(import ./modules/filesystems/impermanence.nix {
|
||||
inherit inputs lib;
|
||||
device = "/dev/disk/by-id/nvme-eui.002538d221b47b01";
|
||||
|
||||
})
|
||||
./modules/hardware/cpu_intel.nix
|
||||
])
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue