Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2340c89d43 |
@@ -1,8 +1,4 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./storage.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.fqdn = "nix.tuxcord.net";
|
networking.fqdn = "nix.tuxcord.net";
|
||||||
|
|
||||||
acme.rfc2136.nameserver = "tuxcord.net";
|
acme.rfc2136.nameserver = "tuxcord.net";
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
fileSystems."/" = {
|
|
||||||
device = "/dev/vda";
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -32,7 +32,6 @@
|
|||||||
device = "/dev/xvda2";
|
device = "/dev/xvda2";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@persist" ] ++ defaultOptions;
|
options = [ "subvol=@persist" ] ++ defaultOptions;
|
||||||
neededForBoot = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./storage.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.fqdn = "tuxcord.test";
|
networking.fqdn = "tuxcord.test";
|
||||||
|
|
||||||
acme.enable = false;
|
acme.enable = false;
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
fileSystems."/" = {
|
|
||||||
device = "/dev/vda";
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -55,6 +55,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/persist".neededForBoot = true;
|
||||||
|
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
ClientAliveInterval = 300;
|
ClientAliveInterval = 300;
|
||||||
X11Forwarding = true;
|
|
||||||
|
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user