alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
remove patch for sd-switch
author
yemou
date
9 months ago
(Sep 11, 2025, 1:17 AM -0400)
commit
527b3b2d
527b3b2deee4e670286319d0b9defaf08ced20fd
parent
d25629f7
d25629f76c9e8c3003341902725c37232425712c
+10
-24
2 changed files
Expand all
Collapse all
Unified
Split
flake.lock
modules
basic.nix
+9
-9
flake.lock
Reviewed
···
103
103
]
104
104
},
105
105
"locked": {
106
106
-
"lastModified": 1757443987,
107
107
-
"narHash": "sha256-T7E4CIsZBUzrUcPRyTG9FA2xd48MtbQ/HpIaaCfwZwc=",
106
106
+
"lastModified": 1757529548,
107
107
+
"narHash": "sha256-If5AT3dPXH0BM+q+pwyZvtWLTmlqJmGW6IDZ2MqlGRU=",
108
108
"owner": "nix-community",
109
109
"repo": "home-manager",
110
110
-
"rev": "d587e11cef9caa9484ed090eddc55f4c56908342",
110
110
+
"rev": "e0154ae41614e32a443c43ee51eee9eed3ad9a48",
111
111
"type": "github"
112
112
},
113
113
"original": {
···
212
212
},
213
213
"nixpkgs": {
214
214
"locked": {
215
215
-
"lastModified": 1757449886,
216
216
-
"narHash": "sha256-XNhjHidr4i581CVyufJtrleYYgn/55cQONYG3uvIYEY=",
215
215
+
"lastModified": 1757536220,
216
216
+
"narHash": "sha256-isLCR9rmUj451Vlu7XhlSeaTSsvwV5J6KaFIpJ124rI=",
217
217
"owner": "NixOS",
218
218
"repo": "nixpkgs",
219
219
-
"rev": "1779f9e0d8b45d88d7525665dd4d2a5b65041248",
219
219
+
"rev": "ed1362ec8b9519b3f2f6dcaa81362f8b626e43a1",
220
220
"type": "github"
221
221
},
222
222
"original": {
···
334
334
"nixpkgs": "nixpkgs_3"
335
335
},
336
336
"locked": {
337
337
-
"lastModified": 1757449901,
338
338
-
"narHash": "sha256-qwN8nYdSRnmmyyi+uR6m4gXnVktmy5smG1MOrSFD8PI=",
337
337
+
"lastModified": 1757503115,
338
338
+
"narHash": "sha256-S9F6bHUBh+CFEUalv/qxNImRapCxvSnOzWBUZgK1zDU=",
339
339
"owner": "Mic92",
340
340
"repo": "sops-nix",
341
341
-
"rev": "3b4a369df9dd6ee171a7ea4448b50e2528faf850",
341
341
+
"rev": "0bf793823386187dff101ee2a9d4ed26de8bbf8c",
342
342
"type": "github"
343
343
},
344
344
"original": {
+1
-15
modules/basic.nix
Reviewed
···
5
5
...
6
6
}:
7
7
{
8
8
-
nixpkgs.overlays = [
9
9
-
yemou-scripts.overlays.default
10
10
-
(final: prev: {
11
11
-
sd-switch = prev.sd-switch.overrideAttrs (
12
12
-
finalAttrs: prevAttrs: {
13
13
-
patches = (prevAttrs.patches or [ ]) ++ [
14
14
-
(prev.fetchpatch {
15
15
-
url = "https://lists.sr.ht/~rycee/public-inbox/%3C20250909224200.725118-1-nickcao@nichi.co%3E/raw";
16
16
-
hash = "sha256-GmDghhdoI0JZN6PIVIge5kmAV22ChAJv+ACMqdej8Iw=";
17
17
-
})
18
18
-
];
19
19
-
}
20
20
-
);
21
21
-
})
22
22
-
];
8
8
+
nixpkgs.overlays = [ yemou-scripts.overlays.default ];
23
9
24
10
sops.secrets = {
25
11
"passwordHashes/root".neededForUsers = true;