1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat(topology): add more services

This commit is contained in:
oddlama 2024-03-19 03:46:45 +01:00
parent c0cccc298d
commit f37c491f8e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
18 changed files with 118 additions and 60 deletions

View file

@ -77,4 +77,8 @@
nixpkgs.config.permittedInsecurePackages = lib.trace "please remove insecure nix 2.16.2 very fast ok thx bye" [
"nix-2.16.2"
];
topology.self.icon = "devices.desktop";
#topology.self.interfaces.lan1.connections = [{ id = "dumbswitch"; interface = "lan1"; }];
#topology.nodes.dumbswitch = lib.topology.mkSwitch "Dummer Switch";
}