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;
|
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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user