tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat: agenix stuff
devins.page
6 days ago
f5666ed7
81f747b6
+12
-11
2 changed files
expand all
collapse all
unified
split
modules
users
devin.nix
secrets
secrets.nix
+1
modules/users/devin.nix
···
34
34
homeDirectory = homeDir;
35
35
stateVersion = "23.11";
36
36
packages = with pkgs; [
37
37
+
agenix
37
38
alejandra
38
39
bat
39
40
coreutils
+11
-11
secrets/secrets.nix
···
1
1
let
2
2
bluepill = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlO7ODA+//BwvI4IEr+7vTgVTQl1rvs/DMr67F6Ztr4";
3
3
bluepill-proxy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9k6d9zNhRAFv1cnSHEZ3i4qSLOnzE4ekHxMuRdkhi";
4
4
-
in
5
5
-
{
6
6
-
"bluesky-pds.age".publicKeys = [ bluepill ];
7
7
-
"draupnir-at.age".publicKeys = [ bluepill ];
8
8
-
"msmtp.age".publicKeys = [ bluepill ];
9
9
-
"navidrome.age".publicKeys = [ bluepill ];
10
10
-
"rclone-onedrive.age".publicKeys = [ bluepill ];
11
11
-
"restic.age".publicKeys = [ bluepill ];
12
12
-
"slskd.age".publicKeys = [ bluepill ];
13
13
-
"tranquil-pds.age".publicKeys = [ bluepill ];
14
14
-
"transmission.age".publicKeys = [ bluepill ];
4
4
+
d-macbook = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIExg7LMVUJNVIZrUXRMIDgK70IjlG/fZG3hgTR20sEu6";
5
5
+
in {
6
6
+
"bluesky-pds.age".publicKeys = [bluepill d-macbook];
7
7
+
"draupnir-at.age".publicKeys = [bluepill d-macbook];
8
8
+
"msmtp.age".publicKeys = [bluepill d-macbook];
9
9
+
"navidrome.age".publicKeys = [bluepill d-macbook];
10
10
+
"rclone-onedrive.age".publicKeys = [bluepill d-macbook];
11
11
+
"restic.age".publicKeys = [bluepill d-macbook];
12
12
+
"slskd.age".publicKeys = [bluepill d-macbook];
13
13
+
"tranquil-pds.age".publicKeys = [bluepill d-macbook];
14
14
+
"transmission.age".publicKeys = [bluepill d-macbook];
15
15
}