summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-08-03 20:41:09 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-08-03 20:41:09 +0200
commit8cc80fa127e08db67ceacd470451dddb6de9a8f1 (patch)
tree0330a5d67edc4206f7ccb61583d4fff28904f95a /hosts/vidhar
parent96cb68e31a9eb1bccd6b40a83878a7b72f37787d (diff)
downloadnixos-8cc80fa127e08db67ceacd470451dddb6de9a8f1.tar
nixos-8cc80fa127e08db67ceacd470451dddb6de9a8f1.tar.gz
nixos-8cc80fa127e08db67ceacd470451dddb6de9a8f1.tar.bz2
nixos-8cc80fa127e08db67ceacd470451dddb6de9a8f1.tar.xz
nixos-8cc80fa127e08db67ceacd470451dddb6de9a8f1.zip
vidhar: ...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 1197e5ab..13e9f041 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -25,7 +25,7 @@
25 kernelModules = [ "kvm-intel" ]; 25 kernelModules = [ "kvm-intel" ];
26 26
27 kernelParams = [ 27 kernelParams = [
28 "ip=192.168.2.168:192.168.2.1:192.168.2.1:255.255.255.0:eno1:none" 28 "ip=192.168.2.168::192.168.2.1:255.255.255.0::eno1:static"
29 ]; 29 ];
30 30
31 tmpOnTmpfs = true; 31 tmpOnTmpfs = true;