nixos: move userborn to core profile

This commit is contained in:
Guanran Wang 2025-01-10 18:47:27 +08:00
parent 1eab457e50
commit 6418827894
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 1 additions and 1 deletions

View file

@ -77,7 +77,6 @@
system.stateVersion = "24.05";
# TODO: move to 'core' profile
services.userborn.enable = true;
system.etc.overlay.enable = true;
system.etc.overlay.mutable = false;
# HACK: for impermanence

View file

@ -34,6 +34,7 @@
];
users.mutableUsers = false;
services.userborn.enable = true;
environment.stub-ld.enable = false;
programs.command-not-found.enable = false;