fixed some stuff

This commit is contained in:
2026-07-29 15:21:54 +01:00
parent ba07af97e4
commit 64c0538ac0
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
# flake parts
flake-parts.url = "github:hercules-ci/flake-parts";
import-tree.url = "github:vic/import-tree";
wrappers.url = "github:BirdeeHub/nix-wrapper-modules";
};
outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules);

View File

@@ -1,7 +1,7 @@
{...}: {
flake.nixosModules.server02Configuration = {...}: {
networking = {
hostName = "mobile02";
hostName = "server02";
};
imports = [./_hardware-configuration.nix];
};