mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
curl update
This commit is contained in:
parent
8d328c0d3d
commit
4964b6036b
12
flake.lock
12
flake.lock
|
@ -171,11 +171,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1691312444,
|
||||
"narHash": "sha256-J9e9dGwAPTX+UlAn8jehoyaEq6fwK+L+gunfx0cYT4E=",
|
||||
"lastModified": 1691506824,
|
||||
"narHash": "sha256-Z2Ms7036CCEAfCmDBDy+sFauO6/7fx2UN3aoPCpp4tA=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "903e06d734bcae48efb79b9afd51b406d2744179",
|
||||
"rev": "7b8d43fbaf8450c30caaed5eab876897d0af891b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -301,11 +301,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1691276849,
|
||||
"narHash": "sha256-RNnrzxhW38SOFIF6TY/WaX7VB3PCkYFEeRE5YZU+wHw=",
|
||||
"lastModified": 1691472822,
|
||||
"narHash": "sha256-XVfYZ2oB3lNPVq6sHCY9WkdQ8lHoIDzzbpg8bB6oBxA=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5faab29808a2d72f4ee0c44c8e850e4e6ada972f",
|
||||
"rev": "41c7605718399dcfa53dd7083793b6ae3bc969ff",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -153,11 +153,6 @@
|
|||
nssmdns = true;
|
||||
};
|
||||
fprintd.enable = true; # log in using fingerprint
|
||||
# enabled ssh to have the host keys
|
||||
openssh = {
|
||||
enable = true;
|
||||
openFirewall = false;
|
||||
};
|
||||
fwupd.enable = true; # firmware updates
|
||||
zfs.autoScrub.enable = true;
|
||||
};
|
||||
|
|
|
@ -35,21 +35,21 @@
|
|||
superTuxKart
|
||||
|
||||
# yubikey and password stuff
|
||||
yubikey-manager
|
||||
yubikey-manager-qt
|
||||
yubioath-flutter
|
||||
# yubikey-manager
|
||||
# yubikey-manager-qt
|
||||
# yubioath-flutter
|
||||
bitwarden
|
||||
pass
|
||||
|
||||
# misc
|
||||
btop
|
||||
asciinema
|
||||
neofetch # obligatory
|
||||
virt-manager
|
||||
jetbrains.idea-ultimate #😎
|
||||
powerline-fonts
|
||||
croc # send files anywhere
|
||||
bacula
|
||||
hcloud
|
||||
|
||||
# programming languages
|
||||
cargo
|
||||
|
|
Loading…
Reference in a new issue