enable impermanence for hopper

This commit is contained in:
xunuwu 2025-05-27 23:14:40 +02:00
parent 7be2e59a92
commit e192a50071
33 changed files with 155 additions and 111 deletions

View file

@ -18,6 +18,7 @@
./restic-server.nix
./autologin.nix
inputs.impermanence.nixosModules.impermanence
inputs.stylix.nixosModules.stylix
{
@ -126,6 +127,8 @@
android_sdk.accept_license = true;
};
environment.persistence."/persist".enable = false;
networking.interfaces.eno1.wakeOnLan.enable = true;
system.stateVersion = "23.11";