mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
w
This commit is contained in:
parent
fce0937a2e
commit
45b102f8a4
1 changed files with 7 additions and 5 deletions
|
@ -5,12 +5,14 @@
|
|||
"${inputs.nixpkgs}/nixos/modules/virtualisation/google-compute-image.nix"
|
||||
];
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
users.motd = (builtin.readFile "motd");
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
users.extraUsers.daylin = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "docker" ];
|
||||
useDefaultShell = true;
|
||||
users.extraUsers = {
|
||||
daylin = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "docker" ];
|
||||
useDefaultShell = true;
|
||||
|
||||
};
|
||||
};
|
||||
services.openssh.passwordAuthentication = true;
|
||||
services.resolved.enable = true;
|
||||
|
|
Loading…
Reference in a new issue