mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-18 12:46:16 +02:00
formatting and updates
This commit is contained in:
parent
3a2d061875
commit
89c992c0d9
6 changed files with 25 additions and 23 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -39,11 +39,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1673211936,
|
"lastModified": 1673343300,
|
||||||
"narHash": "sha256-ba7jhl5BhLtpSooDHllgC0Y29vc0AiYWWsxQVtjlc7o=",
|
"narHash": "sha256-5Xdj6kpXYMie0MlnGwqK5FaMdsedxvyuakWtyKB3zaQ=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "684bdb386cec7d4f16e0da9f694c8ab50ad2cf2a",
|
"rev": "176e455371a8371586e8a3ff0d56ee9f3ca2324e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, sops-nix, awesome-config, nix-colors }: {
|
outputs = { self, nixpkgs, home-manager, sops-nix, awesome-config, nix-colors }: {
|
||||||
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
thinkpad = nixpkgs.lib.nixosSystem {
|
thinkpad = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
@ -34,7 +34,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
openconnect.interfaces = {
|
openconnect.interfaces = {
|
||||||
TUD-A-Tunnel = { # apparently device names have a character limit
|
TUD-A-Tunnel = {
|
||||||
|
# apparently device names have a character limit
|
||||||
protocol = "anyconnect";
|
protocol = "anyconnect";
|
||||||
gateway = "vpn2.zih.tu-dresden.de";
|
gateway = "vpn2.zih.tu-dresden.de";
|
||||||
user = "rose159e@tu-dresden.de";
|
user = "rose159e@tu-dresden.de";
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
# games
|
# games
|
||||||
minecraft
|
minecraft
|
||||||
prismlauncher
|
prismlauncher # minecraft, but it actually works
|
||||||
superTuxKart
|
superTuxKart
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
yubikey-manager-qt
|
yubikey-manager-qt
|
||||||
yubioath-desktop
|
yubioath-desktop
|
||||||
|
#yubioath-flutter # do as soon as thing is done
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
@ -48,7 +49,6 @@
|
||||||
spotify
|
spotify
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
virt-manager
|
virt-manager
|
||||||
remmina
|
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
|
|
Loading…
Add table
Reference in a new issue