Merge pull request 'templates/new-clan: share disko configuration between machines' (#1748) from flake-parts-template into main

This commit is contained in:
clan-bot
2024-07-15 14:43:28 +00:00
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;