summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-01-10 19:40:32 +0100
committerlassulus <lass@lassul.us>2017-01-10 19:40:32 +0100
commit8616bb393f7c994c78af50f10058434610157e57 (patch)
treec5b956b161ddc7adb26c8da4703dd164e21ad454 /lass/1systems
parentfca1c21a1adf837f5312b97e98126fef023eee60 (diff)
l 1 prism: change sequence of ip addresses
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/prism.nix32
1 files changed, 16 insertions, 16 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix
index 854c98f4..d07acebe 100644
--- a/lass/1systems/prism.nix
+++ b/lass/1systems/prism.nix
@@ -12,6 +12,22 @@ let
in {
imports = [
../.
+ {
+ networking.interfaces.et0.ip4 = [
+ {
+ address = ip;
+ prefixLength = 24;
+ }
+ ];
+ networking.defaultGateway = "213.239.205.225";
+ networking.nameservers = [
+ "8.8.8.8"
+ ];
+ services.udev.extraRules = ''
+ SUBSYSTEM=="net", ATTR{address}=="54:04:a6:7e:f4:06", NAME="et0"
+ '';
+
+ }
../2configs/retiolum.nix
../2configs/exim-smarthost.nix
../2configs/downloading.nix
@@ -49,22 +65,6 @@ in {
};
}
{
- networking.interfaces.et0.ip4 = [
- {
- address = ip;
- prefixLength = 24;
- }
- ];
- networking.defaultGateway = "213.239.205.225";
- networking.nameservers = [
- "8.8.8.8"
- ];
- services.udev.extraRules = ''
- SUBSYSTEM=="net", ATTR{address}=="54:04:a6:7e:f4:06", NAME="et0"
- '';
-
- }
- {
boot.loader.grub = {
devices = [
"/dev/sda"