feat: nixos 24.05
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
1cd941d447
commit
40ee6ff1f2
5 changed files with 33 additions and 30 deletions
|
@ -145,10 +145,12 @@ in
|
|||
"unstable"
|
||||
"--update-input"
|
||||
"nixsgx-flake"
|
||||
"--update-input"
|
||||
"home-manager"
|
||||
"--no-write-lock-file"
|
||||
"-L"
|
||||
];
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg";
|
||||
flake = lib.mkDefault "git+https://git.hoyer.xyz/harald/nixcfg";
|
||||
};
|
||||
systemd.services.nixos-upgrade = {
|
||||
path = [ pkgs.metacfg.rot8000 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue