summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-06 18:30:12 +0100
committerandromeda <andromeda@lenovo>2026-01-06 18:30:12 +0100
commitbeaceffff0accc30d7394c4e2865bea5797be6c0 (patch)
treefa6f4ba1dc4d2552540c33289a5ba972b9105652 /flake.nix
parentc9a5c521dbc7785aa4a6c1f410e547202075c13b (diff)
init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0965a26..e6cf000 100644
--- a/flake.nix
+++ b/flake.nix
@@ -80,7 +80,9 @@
if machine.hostname != "109-199-104-83"
then
{config, ...}: {
- imports = [./machines/${machine.hostname}/configuration.nix];
+ imports = [
+ ./machines/${machine.hostname}/configuration.nix
+ ];
networking.domain = config.networking.hostName; # temporary fix
}
else {imports = machine.modules;}