mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: milkywell host
This commit is contained in:
parent
2830b98729
commit
a8daed1d10
13 changed files with 30 additions and 30 deletions
|
|
@ -15,7 +15,7 @@ in
|
|||
];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = lib.mkForce "/root/.dotfiles/secrets/sync/secrets.yaml";
|
||||
defaultSopsFile = lib.mkForce "/root/.dotfiles/secrets/milkywell/secrets.yaml";
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
|
@ -26,7 +26,7 @@ in
|
|||
|
||||
networking = {
|
||||
nftables.enable = lib.mkForce false;
|
||||
hostName = "sync";
|
||||
hostName = "milkywell";
|
||||
enableIPv6 = false;
|
||||
domain = "subnet03112148.vcn03112148.oraclevcn.com";
|
||||
firewall = {
|
||||
|
|
@ -161,7 +161,7 @@ in
|
|||
isSecureBoot = false;
|
||||
isCrypted = false;
|
||||
profiles = {
|
||||
server.sync = true;
|
||||
server.syncserver = true;
|
||||
};
|
||||
}
|
||||
sharedOptions;
|
||||
Loading…
Add table
Add a link
Reference in a new issue