Use remote Nix flake module for archtika instead of local one

This commit is contained in:
thiloho
2025-03-09 16:52:05 +01:00
parent 4afd58c24d
commit f5125e11ba
3 changed files with 0 additions and 307 deletions

View File

@@ -8,7 +8,6 @@ in
imports = [
./hardware-configuration.nix
../shared.nix
../../module.nix
];
networking.hostName = "archtika-demo";

View File

@@ -6,7 +6,6 @@ in
imports = [
./hardware-configuration.nix
../shared.nix
../../module.nix
];
networking.hostName = "archtika-qs";