mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: wrong nvidia enable path in home-manager impermanence passthrough; and impermanence requires root home directory to be set separately
This commit is contained in:
parent
562d1dffb3
commit
32ca87e3a6
3 changed files with 10 additions and 4 deletions
|
@ -49,7 +49,7 @@ in {
|
|||
# persistence options that we defined above.
|
||||
imports = let
|
||||
mkUserFiles = map (x:
|
||||
{mode = "600";}
|
||||
{parentDirectory.mode = "700";}
|
||||
// (
|
||||
if isAttrs x
|
||||
then x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue