Compare commits
No commits in common. "a3576c89f69ebd70e193402083fb504ead952e64" and "9f301190bedc3c3237e7749796367659f1f1ad33" have entirely different histories.
a3576c89f6
...
9f301190be
@ -10,7 +10,7 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "kitchen-nixos"; # Define your hostname.
|
||||
networking.hostName = "nixos"; # Define your hostname.
|
||||
|
||||
# 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
|
||||
|
@ -16,8 +16,6 @@ in
|
||||
environment.etc.hosts.enable = false;
|
||||
environment.etc."resolv.conf".enable = false;
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
programs.adb.enable = true;
|
||||
networking.dhcpcd.enable = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user