- Change os config name
- Add sha256 to home-manager tarball
This commit is contained in:
aloslider
2026-03-05 16:10:42 +03:00
parent 412d5347cc
commit 37058e345a
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
};
outputs = { self, nixpkgs }@inputs: {
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
./configuration.nix