mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-12-16 23:20:05 +05:30
feat(hosts): enable user linger for services
This commit is contained in:
@@ -207,6 +207,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
users.users.${username} = {linger = true;};
|
||||
home-manager.users.${username} = {
|
||||
imports = [
|
||||
./home.nix
|
||||
|
||||
Reference in New Issue
Block a user