starlight: no nix gc

This commit is contained in:
Artemis Tosini 2024-06-01 16:15:46 +00:00
parent aa0a1684dd
commit cd47cdfcdf
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
2 changed files with 15 additions and 18 deletions

View file

@ -314,11 +314,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717020155, "lastModified": 1717097707,
"narHash": "sha256-Xpyv9i02ineeGakmmzd45hkBgy2a7Zf/3d6amM6MUb4=", "narHash": "sha256-HC5vJ3oYsjwsCaSbkIPv80e4ebJpNvFKQTBOGlHvjLs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1b589257f72c9c54e92d1d631e988e5346156736", "rev": "0eb314b4f0ba337e88123e0b1e57ef58346aafd9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -380,11 +380,11 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1717037144, "lastModified": 1717235651,
"narHash": "sha256-2AkPzDqF9qndYRZFnb5ovvCiDEMfZ9N5RujV2mMuHUk=", "narHash": "sha256-SIr+8aqg8QyV6c4NYi322Md+AxsayLQez5nwynrrY/8=",
"rev": "218630a241d71ea5c136f72e1aaaf2299df6a0b1", "rev": "5312e60be6aba84fab91e6d82af0b1aeccdfe981",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/218630a241d71ea5c136f72e1aaaf2299df6a0b1.tar.gz" "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/5312e60be6aba84fab91e6d82af0b1aeccdfe981.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -438,11 +438,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1716987116, "lastModified": 1717248095,
"narHash": "sha256-uuEkErFVsFdg2K0cKbNQ9JlFSAm/xYqPr4rbPLI91Y8=", "narHash": "sha256-e8X2eWjAHJQT82AAN+mCI0B68cIDBJpqJ156+VRrFO0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "8251761f93d6f5b91cee45ac09edb6e382641009", "rev": "7b49d3967613d9aacac5b340ef158d493906ba79",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -453,11 +453,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1716769173, "lastModified": 1716948383,
"narHash": "sha256-7EXDb5WBw+d004Agt+JHC/Oyh/KTUglOaQ4MNjBbo5w=", "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9ca3f649614213b2aaf5f1e16ec06952fe4c2632", "rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -27,11 +27,6 @@
inputs.private.nixosModules.starlight inputs.private.nixosModules.starlight
]; ];
# Temporary fix since openvswitch tests are flaky
nixpkgs.overlays = [
(final: prev: { openvswitch = prev.openvswitch.overrideAttrs { doCheck = false; }; })
];
# Network # Network
networking.hostName = "starlight"; networking.hostName = "starlight";
services.udev.extraRules = '' services.udev.extraRules = ''
@ -115,6 +110,8 @@
services.udev.packages = with pkgs; [ uhk-udev-rules ]; services.udev.packages = with pkgs; [ uhk-udev-rules ];
nix.gc.automatic = lib.mkForce false;
# Home # Home
home-manager.users.artemis = { home-manager.users.artemis = {
programs.git.signing.key = lib.mkForce "3D2BB230F9FAF0C5183246DD4FDC96F161E7BA8A"; programs.git.signing.key = lib.mkForce "3D2BB230F9FAF0C5183246DD4FDC96F161E7BA8A";