Compare commits
2 Commits
9f301190be
...
a3576c89f6
Author | SHA1 | Date | |
---|---|---|---|
a3576c89f6 | |||
661a612d16 |
@ -10,7 +10,7 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "nixos"; # Define your hostname.
|
networking.hostName = "kitchen-nixos"; # Define your hostname.
|
||||||
|
|
||||||
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||||
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||||
|
@ -16,6 +16,8 @@ in
|
|||||||
environment.etc.hosts.enable = false;
|
environment.etc.hosts.enable = false;
|
||||||
environment.etc."resolv.conf".enable = false;
|
environment.etc."resolv.conf".enable = false;
|
||||||
|
|
||||||
|
time.timeZone = "America/New_York";
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
networking.dhcpcd.enable = false;
|
networking.dhcpcd.enable = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user