tried to turn on impermanence on mac
This commit is contained in:
parent
b82c4b477d
commit
df9ef966a2
2 changed files with 16 additions and 3 deletions
|
|
@ -97,7 +97,7 @@
|
|||
hostname = "${username}-mac";
|
||||
isLaptop = true;
|
||||
system = arm;
|
||||
useImpermanence = false;
|
||||
useImpermanence = true;
|
||||
};
|
||||
inherit username;
|
||||
inherit first-nixos-install;
|
||||
|
|
@ -117,6 +117,7 @@
|
|||
modules = [
|
||||
./nixos/configuration.nix
|
||||
inputs.apple-silicon-support.nixosModules.default
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
./nixos/mac-hardware-conf.nix
|
||||
./nixos/macos/configuration.nix
|
||||
] ++ general-modules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue