diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-11-13 08:41:39 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-11-13 08:41:39 +0100 |
commit | f805ce37981a699981ae25dfd1943dc3db33b90e (patch) | |
tree | 36083abc2af2a3c0fed5b75ccd10450fac5c1045 /accounts | |
parent | 5440c73f19ae9bfac70c79da83241c158ceb7d4a (diff) | |
download | nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar.gz nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar.bz2 nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar.xz nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/libvirt/default.nix | 3 | ||||
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 5 |
3 files changed, 8 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 189fabfa..2de98765 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -708,6 +708,7 @@ in { | |||
708 | flakeInputs.deploy-rs.packages.${config.nixpkgs.system}.deploy-rs | 708 | flakeInputs.deploy-rs.packages.${config.nixpkgs.system}.deploy-rs |
709 | sieve-connect gimp inkscape udiskie glab nitrokey-app | 709 | sieve-connect gimp inkscape udiskie glab nitrokey-app |
710 | pynitrokey gtklock wlrctl remmina openscad spice-record | 710 | pynitrokey gtklock wlrctl remmina openscad spice-record |
711 | libguestfs-with-appliance | ||
711 | ]; | 712 | ]; |
712 | 713 | ||
713 | file = { | 714 | file = { |
diff --git a/accounts/gkleen@sif/libvirt/default.nix b/accounts/gkleen@sif/libvirt/default.nix index 076a0d86..a5636ce2 100644 --- a/accounts/gkleen@sif/libvirt/default.nix +++ b/accounts/gkleen@sif/libvirt/default.nix | |||
@@ -29,7 +29,8 @@ with flakeInputs.nixVirt.lib; | |||
29 | # gl.enable = true; | 29 | # gl.enable = true; |
30 | }; | 30 | }; |
31 | devices.interface = { | 31 | devices.interface = { |
32 | model.type = "virtio"; | 32 | # model.type = "virtio"; |
33 | model.type = "e1000e"; | ||
33 | type = "bridge"; | 34 | type = "bridge"; |
34 | mac.address = "52:54:00:b9:f3:ed"; | 35 | mac.address = "52:54:00:b9:f3:ed"; |
35 | source.bridge = "gre-0971"; | 36 | source.bridge = "gre-0971"; |
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index ac930614..107f1e76 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -554,4 +554,9 @@ | |||
554 | HostKeyAlgorithms = "+ecdsa-sha2-nistp256"; | 554 | HostKeyAlgorithms = "+ecdsa-sha2-nistp256"; |
555 | }; | 555 | }; |
556 | }; | 556 | }; |
557 | "game01" = | ||
558 | { hostname = "game01.yggdrasil.li"; | ||
559 | user = "factorio"; | ||
560 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | ||
561 | }; | ||
557 | } | 562 | } |