Skip to content

Commit

Permalink
Comment work pc to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed May 26, 2024
1 parent 8c239dc commit adfd078
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@
};

# Work PC
kyuubi = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
username = "mar";
};
modules = [
./nixos/hosts/kyuubi/configuration.nix
nixpkgs-config
];
};
# kyuubi = nixpkgs.lib.nixosSystem {
# inherit system;
# specialArgs = {
# username = "mar";
# };
# modules = [
# ./nixos/hosts/kyuubi/configuration.nix
# nixpkgs-config
# ];
# };
};

homeConfigurations = {
Expand Down

0 comments on commit adfd078

Please sign in to comment.