Téléverser les fichiers vers "hosts"

This commit is contained in:
2026-08-20 08:54:10 +02:00
parent 9d7bab6ad8
commit aa5baf2ce3
3 changed files with 30 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{ ... }:
{
imports = [
../configuration.nix
../users/mike.nix
];
networking.hostName = "bureautix-03";
}