Compare commits
2 commits
a56399bc7a
...
ce4201eb4e
| Author | SHA1 | Date | |
|---|---|---|---|
| ce4201eb4e | |||
| 56520c977d |
2 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
xsession = {
|
||||
enable = true;
|
||||
xsession.windowManager.bspwm = {
|
||||
windowManager.bspwm = {
|
||||
enable = true;
|
||||
|
||||
# Démarrages au login X
|
||||
|
|
|
|||
|
|
@ -54,16 +54,16 @@
|
|||
useDHCP = false;
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.0.2";
|
||||
address = "192.168.50.12";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = {
|
||||
interface = "br0";
|
||||
address = "192.168.0.254";
|
||||
address = "192.168.50.1";
|
||||
};
|
||||
nameservers = ["192.168.0.254" "1.1.1.1"];
|
||||
nameservers = ["192.168.50.1" "1.1.1.1"];
|
||||
bridges.br0.interfaces = ["enp11s0"];
|
||||
};
|
||||
systemd.network = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue