Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
652550ab41 |
|||
|
04b3c07941 |
2 changed files with 2 additions and 2 deletions
|
|
@ -52,6 +52,8 @@ 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,8 +69,6 @@ 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