Added: Catpuccin
This commit is contained in:
@@ -37,16 +37,16 @@
|
||||
networking = {
|
||||
hostName = "nix-desktop";
|
||||
networkmanager.enable = true;
|
||||
useDHCP = false;
|
||||
dhcpcd.enable = false;
|
||||
interfaces = {
|
||||
#useDHCP = true;
|
||||
#dhcpcd.enable = true;
|
||||
/*interfaces = {
|
||||
eno1.ipv4.addresses = [{
|
||||
address = "192.168.2.40";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
};
|
||||
};*/
|
||||
|
||||
defaultGateway = {
|
||||
/*defaultGateway = {
|
||||
address = "192.168.2.1";
|
||||
interface = "eno1";
|
||||
};
|
||||
@@ -55,7 +55,7 @@
|
||||
"192.168.2.50"
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
];*/
|
||||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
Reference in New Issue
Block a user