Compare commits
2 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,6 @@ in
|
|||
environment.shellAliases = {
|
||||
# make nix-shell preserve the user's $SHELL
|
||||
nix-shell = /* sh */ ''nix-shell --command "export SHELL=$SHELL; $SHELL"'';
|
||||
|
||||
nixos-rebuild = /* sh */ "nixos-rebuild --ask-sudo-password";
|
||||
};
|
||||
|
||||
environment.systemPackages = lib.mkIf config.nixowos.allowAddingPackages cfg.extraPackages;
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@ in
|
|||
memoryPercent = 100;
|
||||
};
|
||||
|
||||
security.sudo-rs.enable = lib.mkDefault true;
|
||||
|
||||
services.openssh = {
|
||||
enable = lib.mkDefault true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue