Skip to content

Commit

Permalink
fix: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Oct 30, 2023
1 parent 5eb3c45 commit 683b1e1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion home/rice/foot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
uri-characters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+=\"'()[]";
};
colors = {
alpha = "0.7";
alpha = "1.0";
foreground = "cdd6f4";
background = "1e1e2e";

Expand Down
1 change: 0 additions & 1 deletion secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ let
anthe = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3LBESPBY559NbAJ7KL/+K4S5InhWf5YDQgl2XjT5ZxTtPg0x24IDcEmxrPi+7nKSAvMJCkneTfWHPYoRYrNA/G15a+Pqr/9w1EtuK+D054qtz2q+oUM029JdTP/0qzbKxAV/qzUXyJyrgcGRnRYhFRKmg3Sl7G7mxhYN20RIYL3ENXnpfculGrnqX8yONda7YRQfjyEQAsLUIS4aEN7pQsUGO2lGzvXueHcRGRflbatVD59REWoD5kYE984EVhgbky092HHhDR5rIFnFJygrhl9irYk7x6Un98qsvKBeRKzpNMZ1iqs8EFdSbayNdRimooSyFLx83pUhx7SY01cJXxuVmW8Rec9xgnW8rrclz2H+ArQHSZQz/T/QPH2zZgtE3A2xX5HsmQnCu/h7yOpwD6ULTyR8/xK61jHgx4AM1hLyGGrMoPailSXyvT9OGnmXuvcIrx8R2oHy7e48DGWiTHoW8+nltWURkUjdolg373ruLxT+Rqf1JFgPcFwCEVSjVxtTz33ljFD31OOKjs5O2y/9jndwcx54twlgLr+H/6Y1SWIPNeuhNO3IiGuFkH3+JLrQLXVN9UIE1/qHyOIIJpR3ONd4uW6xDsnl8SBZUWuYf468FQGHkinWZxdYdi1SlHbulXxGPTiRjqSUBeR9fB+CND2WJEvfeSJccofk29w== root@anthe";
in {
"spotify.age".publicKeys = [sioodmy anthe];
"spotify-tui.age".publicKeys = [sioodmy anthe];
}
28 changes: 0 additions & 28 deletions secrets/spotify-tui.age

This file was deleted.

6 changes: 0 additions & 6 deletions system/core/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
owner = "sioodmy";
group = "users";
};
age.secrets.spotify-tui = {
file = ../../secrets/spotify-tui.age;
path = "/home/sioodmy/.config/spotify-tui/client.yml";
owner = "sioodmy";
group = "users";
};

nh = {
enable = true;
Expand Down

0 comments on commit 683b1e1

Please sign in to comment.