[NixOS] Add dean user

This commit is contained in:
2023-07-19 12:43:03 -06:00
parent e87624446a
commit 30b7192dc0
2 changed files with 12 additions and 2 deletions

View File

@@ -63,4 +63,6 @@
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
system.stateVersion = "20.03";
users.extraUsers.dean.home = "/shared/dean";
}