summaryrefslogtreecommitdiff
path: root/system/desktop.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-26 13:47:25 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-26 13:47:25 -0400
commit4eb274f332afe9a5696abd5923096cf1ac4b648a (patch)
treec17fec9d2e91226c01c403671e3c67115099c71f /system/desktop.nix
parentadd zoxide (diff)
downloaddotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.tar.gz
dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.tar.bz2
dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.zip
update groups conf
Diffstat (limited to '')
-rw-r--r--system/desktop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/desktop.nix b/system/desktop.nix
index bc6daba..71562e8 100644
--- a/system/desktop.nix
+++ b/system/desktop.nix
@@ -37,5 +37,6 @@ in {
nssmdns4 = true;
openFirewall = true;
};
+ users.groups.lp.members = [config.user];
};
}