mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
Much change, kinda broke my git history
This commit is contained in:
parent
dbd0f9a448
commit
af11597854
12 changed files with 104 additions and 17 deletions
|
@ -7,7 +7,7 @@
|
|||
users.users.julien = {
|
||||
isNormalUser = true;
|
||||
home = "/home/julien";
|
||||
extraGroups = [ "wheel" "keys"];
|
||||
extraGroups = [ "wheel" config.users.groups.keys.name];
|
||||
shell = pkgs.fish;
|
||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue