mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 15:15:50 -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"
|
"${inputs.nixpkgs}/nixos/modules/virtualisation/google-compute-image.nix"
|
||||||
];
|
];
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
users.motd = (builtin.readFile "motd");
|
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
users.extraUsers.daylin = {
|
users.extraUsers = {
|
||||||
isNormalUser = true;
|
daylin = {
|
||||||
extraGroups = [ "wheel" "docker" ];
|
isNormalUser = true;
|
||||||
useDefaultShell = true;
|
extraGroups = [ "wheel" "docker" ];
|
||||||
|
useDefaultShell = true;
|
||||||
|
|
||||||
|
};
|
||||||
};
|
};
|
||||||
services.openssh.passwordAuthentication = true;
|
services.openssh.passwordAuthentication = true;
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue