Skip to content

Commit

Permalink
Rename home as perso
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustXVI committed Dec 31, 2024
1 parent a6904f6 commit 0f25001
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion machines/desktop-home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
];
xadetComputer = {
type = "desktop";
purposes = [ "home" "gaming" "youtube" "photo" "home-office" ];
purposes = [ "perso" "gaming" "youtube" "photo" "home-office" ];
};
hardware.nvidia.open = false;

Expand Down
2 changes: 1 addition & 1 deletion machines/t470s.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

xadetComputer = {
type = "laptop";
purposes = [ "home" ];
purposes = [ "perso" ];
};
services = {
xserver = {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let
};
in
{
config = mylib.mkIfComputerHasPurpose "home" {
config = mylib.mkIfComputerHasPurpose "perso" {
sops.secrets.nas = {
format = "binary";
sopsFile = ./secrets/nas-credentials.txt;
Expand Down

0 comments on commit 0f25001

Please sign in to comment.