diff options
| author | andromeda <andromeda@lenovo> | 2026-01-06 18:30:12 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-06 18:30:12 +0100 |
| commit | beaceffff0accc30d7394c4e2865bea5797be6c0 (patch) | |
| tree | fa6f4ba1dc4d2552540c33289a5ba972b9105652 /flake.nix | |
| parent | c9a5c521dbc7785aa4a6c1f410e547202075c13b (diff) | |
init
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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;} |
