Compare commits

..

No commits in common. "26d7a0bcd4e1b32b8e4043f4c1d8b60caeadd4b4" and "a7fdb7cebb774f87be12188e065e88e936806711" have entirely different histories.

4 changed files with 8 additions and 8 deletions

View file

@ -9,11 +9,11 @@
}; };
services.openssh = { services.openssh = {
settings = { passwordAuthentication = false;
PasswordAuthentication = false; permitRootLogin = "no";
PermitRootLogin = "no"; extraConfig = ''
StreamLocalBindUnlink = true; StreamLocalBindUnlink yes
}; '';
}; };
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {

View file

@ -22,7 +22,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.tmp.useTmpfs = true; boot.tmpOnTmpfs = true;
boot.supportedFilesystems = [ boot.supportedFilesystems = [
"btrfs" "btrfs"

View file

@ -24,7 +24,7 @@ in {
devices = ["/dev/sda" "/dev/sdb"]; devices = ["/dev/sda" "/dev/sdb"];
}; };
boot.tmp.UseTmpfs = true; boot.tmpOnTmpfs = true;
networking.hostName = "hades"; # Define your hostname. networking.hostName = "hades"; # Define your hostname.
networking.domain = "alarsyo.net"; networking.domain = "alarsyo.net";

View file

@ -20,7 +20,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.tmp.useTmpfs = true; boot.tmpOnTmpfs = true;
services.btrfs = { services.btrfs = {
autoScrub = { autoScrub = {