This commit is contained in:
Aaron Bieber 2022-08-30 15:58:26 -06:00
parent dfa71a6b3e
commit fb89a20999
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View File

@ -18,9 +18,7 @@ with lib; {
};
config = mkIf config.tsPeerix.enable {
users.groups.peerix = {
name = "peerix";
};
users.groups.peerix = { name = "peerix"; };
users.users.peerix = {
name = "peerix";
group = "peerix";

View File

@ -16,8 +16,7 @@
};
emacs-overlay = {
url =
"github:nix-community/emacs-overlay";
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "stable";
};