[nixpkgs] update

This commit is contained in:
System administrator
2023-11-13 20:40:20 +01:00
parent ae942697b9
commit c80ffaaa96
2 changed files with 32 additions and 28 deletions

View File

@@ -13,7 +13,7 @@
boot.loader.systemd-boot.enable = true;
services.openssh.enable = true;
services.openssh.settings.PermitRootLogin = "yes";
services.openssh.settings.PermitRootLogin = "no";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
users.users.malobeo = {
@@ -33,19 +33,23 @@
services.tor = {
enable = true;
client.enable = true;
};
services.printing.enable = true;
services.printing.drivers = [ pkgs.brlaser ];
services.acpid.enable = true;
networking.hostName = "louise"; # Define your hostname.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.hostName = "louise";
networking.networkmanager.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;
time.timeZone = "Europe/Berlin";
system.stateVersion = "23.05"; # Did you read the comment?
system.stateVersion = "23.05"; # Do.. Not.. Change..
}