Fixed Hostname issue while rebuilding
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: {
|
outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# Replace 'myhost' with your hostname
|
# Replace 'myhost' with your hostname
|
||||||
myhost = nixpkgs.lib.nixosSystem {
|
cribnix = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
|
|||||||
Reference in New Issue
Block a user