templates/new-clan: share disko configuration between machines

This commit is contained in:
Jörg Thalheim
2024-07-15 16:15:56 +02:00
parent 1ce4148744
commit 52bc590c07
2 changed files with 2 additions and 8 deletions

View File

@@ -3,10 +3,7 @@ let
username = config.networking.hostName; username = config.networking.hostName;
in in
{ {
imports = [ imports = [ ./hardware-configuration.nix ];
./hardware-configuration.nix
./disko.nix
];
# Locale service discovery and mDNS # Locale service discovery and mDNS
services.avahi.enable = true; services.avahi.enable = true;

View File

@@ -4,10 +4,7 @@ let
username = config.networking.hostName; username = config.networking.hostName;
in in
{ {
imports = [ imports = [ ./hardware-configuration.nix ];
./hardware-configuration.nix
./disko.nix
];
# Locale service discovery and mDNS # Locale service discovery and mDNS
services.avahi.enable = true; services.avahi.enable = true;