Evolution
This commit is contained in:
@@ -6,6 +6,10 @@ let primary-ip = "10.0.0.21";
|
||||
in {
|
||||
config = {
|
||||
|
||||
boot.kernelParams = [ "nomodeset" ];
|
||||
|
||||
console.font = "VGA";
|
||||
|
||||
fudo.secrets = {
|
||||
host-secrets.plato = {
|
||||
host-keytab = {
|
||||
|
||||
@@ -4,6 +4,7 @@ with lib;
|
||||
let
|
||||
hostname = "procul";
|
||||
host-ipv4 = "172.86.179.18";
|
||||
git-ipv4 = "172.86.179.19";
|
||||
domain = config.fudo.hosts.${hostname}.domain;
|
||||
site = config.fudo.hosts.${hostname}.site;
|
||||
host-fqdn = "${hostname}.${domain}";
|
||||
|
||||
Reference in New Issue
Block a user