diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-01-24 19:37:50 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-01-24 19:37:50 -0500 |
| commit | 221d7084c23dce02e3f47ab18db2bfba78efe83b (patch) | |
| tree | 925c98e92854280e29f6171de6050443d31340c1 /machines/iridium/default.nix | |
| parent | def88b34145d81472d3f2856501c157889f42ba2 (diff) | |
| download | depot-221d7084c23dce02e3f47ab18db2bfba78efe83b.tar.gz depot-221d7084c23dce02e3f47ab18db2bfba78efe83b.tar.bz2 depot-221d7084c23dce02e3f47ab18db2bfba78efe83b.zip | |
move users to depot, add gitignore
Diffstat (limited to 'machines/iridium/default.nix')
| -rw-r--r-- | machines/iridium/default.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/machines/iridium/default.nix b/machines/iridium/default.nix index 4f755dd..b492f5b 100644 --- a/machines/iridium/default.nix +++ b/machines/iridium/default.nix @@ -1,14 +1,13 @@ { lib, inputs, depot, ... }: let - gitKeys = builtins.fetchurl { - url = "https://github.com/kbujari.keys"; - sha256 = "0fpa679zkrpx77vangzf3gnidwvmky8ifivn8411xx6albrikaqx"; - }; - inherit (inputs.nixos-hardware.nixosModules) common-cpu-intel common-gpu-intel ; + + inherit (depot.users.kle) + gitKeys + ; in { system.stateVersion = "24.11"; |
