diff options
-rw-r--r-- | third_party/sources/sources.json | 18 | ||||
-rw-r--r-- | users/grfn/system/system/machines/roswell.nix | 2 |
2 files changed, 9 insertions, 11 deletions
diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index 00e242a860f3..d2bf07c0acfa 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -29,10 +29,10 @@ "homepage": "https://nix-community.github.io/home-manager/", "owner": "nix-community", "repo": "home-manager", - "rev": "f7641a3ff398ccce952e19a199d775934e518c1d", - "sha256": "1g29q4b82rn1y9nvwwxhpy1avvi5hnd3jvkp4zn57gk4fa7n06i8", + "rev": "62cb5bcf93896e4dd6b4507dac7ba2e2e3abc9d7", + "sha256": "1xir45500jhmv0y49indc3ar8c8s44p1b6c4qb54a36dp6hlr538", "type": "tarball", - "url": "https://github.com/nix-community/home-manager/archive/f7641a3ff398ccce952e19a199d775934e518c1d.tar.gz", + "url": "https://github.com/nix-community/home-manager/archive/62cb5bcf93896e4dd6b4507dac7ba2e2e3abc9d7.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "impermanence": { @@ -65,10 +65,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8", - "sha256": "1jrg5xjsbhdynjlh5pn4f6j567hjlv3ljv9dgfh6shn1ll23hlik", + "rev": "27ccd29078f974ddbdd7edc8e38c8c8ae003c877", + "sha256": "1lsjmwbs3nfmknnvqiqbhh103qzxyy3z1950vqmzgn5m0zx7048h", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/27ccd29078f974ddbdd7edc8e38c8c8ae003c877.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs-stable": { @@ -89,10 +89,10 @@ "homepage": "", "owner": "oxalica", "repo": "rust-overlay", - "rev": "9652ef34c7439eca9f86cee11e94dbef5c9adb09", - "sha256": "0n60705lrmb0idhbjhhrc1balazlznxxg7as5lsl367bb5hk1dk8", + "rev": "87fee4b5b0ed4bc7f6db2e878a8c93db8d631e01", + "sha256": "1avk3h69mfvhlidifjwgg1ql3d0m5dnv10vv3c1nqmi0z5k5pwry", "type": "tarball", - "url": "https://github.com/oxalica/rust-overlay/archive/9652ef34c7439eca9f86cee11e94dbef5c9adb09.tar.gz", + "url": "https://github.com/oxalica/rust-overlay/archive/87fee4b5b0ed4bc7f6db2e878a8c93db8d631e01.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "rustsec-advisory-db": { diff --git a/users/grfn/system/system/machines/roswell.nix b/users/grfn/system/system/machines/roswell.nix index 8f7ed8474200..efdf90dfefba 100644 --- a/users/grfn/system/system/machines/roswell.nix +++ b/users/grfn/system/system/machines/roswell.nix @@ -10,8 +10,6 @@ system.stateVersion = "22.05"; - ec2.hvm = true; - networking.hostName = "roswell"; users.users.grfn.openssh.authorizedKeys.keys = [ |