again too lazy to sort out changes

This commit is contained in:
Sebastian Moser
2023-11-17 12:15:40 +01:00
parent 3ef7f87cfb
commit fd353abb94
11 changed files with 221 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
home-manager.extraSpecialArgs = specialArgs;
programs.dconf.enable = true;
programs.dconf.enable = true;
# set root user pwd
users.users.root.password = "changeme";
@@ -21,20 +21,20 @@
# add mybin to path
environment.etc.profile.text = ''
export PATH=$PATH:${self}/mybin
'';
environment.etc.profile.text = ''
export PATH=$PATH:${self}/mybin
'';
nix.settings.experimental-features = [ "nix-command" "flakes" ];
home-manager.backupFileExtension = "backup";
security.sudo.wheelNeedsPassword = false;
security.sudo.wheelNeedsPassword = false;
users.mutableUsers = true;
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# This value determines the NixOS release from which the default