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