chore: update nixpkgs, home-manager, and nixos-hardware

Signed-off-by: jolheiser <git@jolheiser.com>
homepage
jolheiser 2024-08-06 11:20:41 -05:00
parent 9518bb68e9
commit b6b22cba13
No known key found for this signature in database
3 changed files with 13 additions and 62 deletions

View File

@ -106,22 +106,6 @@
"url": "https://git.jolheiser.com/cfg.git"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems_2"
@ -414,11 +398,11 @@
]
},
"locked": {
"lastModified": 1719438532,
"narHash": "sha256-/Vmso2ZMoFE3M7d1MRsQ2K5sR8CVKnrM6t1ys9Xjpz4=",
"lastModified": 1722936497,
"narHash": "sha256-UBst8PkhY0kqTgdKiR8MtTBt4c1XmjJoOV11efjsC/o=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1a4f12ae0bda877ec4099b429cf439aad897d7e9",
"rev": "a6c743980e23f4cef6c2a377f9ffab506568413a",
"type": "github"
},
"original": {
@ -449,11 +433,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1719413427,
"narHash": "sha256-WS087+fEO804gWvwqEfclbLFw6xdrrtZZULSyQafMdg=",
"lastModified": 1722332872,
"narHash": "sha256-2xLM4sc5QBfi0U/AANJAW21Bj4ZX479MHPMPkB+eKBU=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "901bc809b5d3e73a609a167385df23311d81b39c",
"rev": "14c333162ba53c02853add87a0000cbd7aa230c2",
"type": "github"
},
"original": {
@ -465,11 +449,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1719254875,
"narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=",
"lastModified": 1722813957,
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60",
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa",
"type": "github"
},
"original": {
@ -496,11 +480,11 @@
},
"nur": {
"locked": {
"lastModified": 1701441860,
"narHash": "sha256-1jbuWl7DCk/+1l8ffYf8c01J6R5FryZSVqWobSfPQ5I=",
"lastModified": 1722959180,
"narHash": "sha256-t8gWve5gzFJ7rkRyS7wCVrAshUtiIGxebSFzsacawvs=",
"owner": "nix-community",
"repo": "NUR",
"rev": "f6744687a0393402ec5faada9e53a02901fe069f",
"rev": "bca4a289a944eb9aba71e500080945fb464a2c8b",
"type": "github"
},
"original": {
@ -557,8 +541,7 @@
"tmpl": "tmpl",
"tsnet-serve": "tsnet-serve",
"ugit": "ugit",
"website": "website",
"wsl": "wsl"
"website": "website"
}
},
"systems": {
@ -841,30 +824,6 @@
"url": "https://git.jolheiser.com/jolheiser.com.git"
}
},
"wsl": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1703521177,
"narHash": "sha256-V95s2ypDpdaFGbeG3pvazEE7qdjwZknoauv89DJQvz0=",
"owner": "nix-community",
"repo": "NixOS-WSL",
"rev": "ec53b11f0c78572a2b0b5263ae1c46293daaf55f",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NixOS-WSL",
"type": "github"
}
},
"xc": {
"inputs": {
"flake-utils": "flake-utils_3",

View File

@ -112,12 +112,6 @@
url = "git+https://git.jolheiser.com/tsnet-serve-nix.git";
inputs.nixpkgs.follows = "nixpkgs";
};
# WSL
wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};
outputs =
@ -126,7 +120,6 @@
home-manager,
nixos-hardware,
agenix,
wsl,
...
}@inputs:
let

View File

@ -2,7 +2,6 @@
{
imports = [ ../nogui ];
sound.enable = true;
hardware.pulseaudio.enable = false;
security = {
rtkit.enable = true;