Fixed Hostname issue while rebuilding

This commit is contained in:
2025-11-19 20:58:09 +01:00
parent 72acec33da
commit 5bd78b1dda

View File

@@ -15,7 +15,7 @@
outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: {
nixosConfigurations = {
# Replace 'myhost' with your hostname
myhost = nixpkgs.lib.nixosSystem {
cribnix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [