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