Compare commits
No commits in common. "26d7a0bcd4e1b32b8e4043f4c1d8b60caeadd4b4" and "a7fdb7cebb774f87be12188e065e88e936806711" have entirely different histories.
26d7a0bcd4
...
a7fdb7cebb
4 changed files with 8 additions and 8 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue