Merge pull request 'templates/new-clan: share disko configuration between machines' (#1748) from flake-parts-template into main
This commit is contained in:
@@ -3,10 +3,7 @@ let
|
||||
username = config.networking.hostName;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
];
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
# Locale service discovery and mDNS
|
||||
services.avahi.enable = true;
|
||||
|
||||
@@ -4,10 +4,7 @@ let
|
||||
username = config.networking.hostName;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
];
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
# Locale service discovery and mDNS
|
||||
services.avahi.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user