uncomment devver
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -79,13 +79,11 @@
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
|
||||
# nixosConfigurations.devver = nixpkgs.lib.nixosSystem {
|
||||
# system = "x86_64-linux";
|
||||
# modules = [ ./devver ];
|
||||
# specialArgs = { inherit inputs; };
|
||||
# };
|
||||
|
||||
# nixosConfigurations.devver2 = self.nixosConfigurations.devver;
|
||||
nixosConfigurations.devver = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./devver ];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
|
||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
modules = [ ./nix-on-droid.nix ];
|
||||
|
@@ -71,20 +71,18 @@ in {
|
||||
};
|
||||
tapConfig = {
|
||||
User = config.users.users.devver.name;
|
||||
Group = config.users.groups.devver.name;
|
||||
PacketInfo = true;
|
||||
# KeepCarrier = true;
|
||||
};
|
||||
};
|
||||
systemd.network.networks."02-vm-devver".extraConfig = ''
|
||||
DHCP = no
|
||||
LLMNR = no
|
||||
Bridge = ${config.vacu.network.lan_bridge}
|
||||
|
||||
[Match]
|
||||
Name = ${tapdev}
|
||||
|
||||
[Link]
|
||||
MACAddress = 02:19:07:A2:15:72
|
||||
RequiredForOnline = no
|
||||
'';
|
||||
}
|
||||
|
Reference in New Issue
Block a user