diff options
author | lassulus <lassulus@lassul.us> | 2021-06-05 14:18:01 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-06-05 14:18:01 +0200 |
commit | 25b7ad33435ba6611856eef0bb70b09fb39ed42e (patch) | |
tree | 37b8cd25d150c019b22d72ea309e1041a0ba8ae7 /lass/1systems | |
parent | 79f77a996cdccba69c38f72705a6d91e65e13ced (diff) |
l uriel: isNormalUser
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/uriel/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/uriel/config.nix b/lass/1systems/uriel/config.nix index b50dc63f5..c3ce8fced 100644 --- a/lass/1systems/uriel/config.nix +++ b/lass/1systems/uriel/config.nix @@ -23,6 +23,7 @@ with import <stockholm/lib>; "networkmanager" ]; useDefaultShell = true; + isNormalUser = true; }; networking.networkmanager.enable = true; hardware.pulseaudio = { |