Skip to content

Commit

Permalink
update stirps for build
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
mardukpill committed Jan 27, 2025
1 parent ce90599 commit 7ead135
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions systems/x86_64-linux/stirps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ in
./boot.nix
./hardware-configuration.nix
];
networking = {
hostName = lib.snowfall.system.get-inferred-system-name ./.;
};

dotties = {
user = {
Expand Down Expand Up @@ -48,9 +51,12 @@ in
};
};

system.nix = {
managed = true;
nixHelper = true;
system = {
nix = {
managed = true;
nixHelper = true;
};
networking = enabled;
};

cli = {
Expand All @@ -61,11 +67,4 @@ in
hyprland = enabled;
};
};

networking = {
hostName = lib.snowfall.system.get-inferred-system-name ./.;
networkmanager = enabled;
};

system.stateVersion = "23.05";
}

0 comments on commit 7ead135

Please sign in to comment.