fixed some stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{...}: {
|
||||
flake.nixosModules.server02Configuration = {...}: {
|
||||
networking = {
|
||||
hostName = "mobile02";
|
||||
hostName = "server02";
|
||||
};
|
||||
imports = [./_hardware-configuration.nix];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user