Cleanup and fixed

This commit is contained in:
soraefir
2026-05-03 15:34:10 +02:00
parent c8cb980c15
commit e9eb4d9506
7 changed files with 23 additions and 37 deletions

View File

@@ -1,11 +1,12 @@
{
syscfg = {
hostname = "sandbox";
hostname = "gateway";
type = "nixos";
system = "x86_64-linux";
defaultUser = "sora";
users = [{
username = "sora";
pubssh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrrUB0KBjeAKPVG2Bdcm4mI9AMab7y97SOCdEHGogYv sora@gateway";
wm = "-";
git = {
email = "soraefir+git@helcel";
@@ -14,27 +15,11 @@
};
}];
make = {
gui = false;
cli = true;
virt = true;
power = false;
game = false;
develop = false;
};
net = {
wlp = { enable = false; };
wg = { enable = false; };
};
server = {
hostDomain = "test.helcel.net";
mailDomain = "mail.helcel.net";
mailServer = "mail.helcel.net";
dbHost = "localhost";
dbPort = "3306";
configPath = "/home/media/config";
dataPath = "/home/media/data";
openssh = true;
web = true;
};
};
}