diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-02 10:15:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-02 10:15:37 +0100 |
commit | a02f90422e1e9594f47dd4a694b1cbb55bd70e54 (patch) | |
tree | 6bd94dd4889bd66a2f2baf0d78e574263762094e /node/caribou.nix | |
parent | dac37b918bbf427a8f499c82ebb464c57ead6478 (diff) | |
download | nixcfg-a02f90422e1e9594f47dd4a694b1cbb55bd70e54.tar.gz nixcfg-a02f90422e1e9594f47dd4a694b1cbb55bd70e54.zip |
Add deploy script
Diffstat (limited to 'node/caribou.nix')
-rw-r--r-- | node/caribou.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/caribou.nix b/node/caribou.nix index 95b0d52..1ffdaf1 100644 --- a/node/caribou.nix +++ b/node/caribou.nix @@ -4,7 +4,6 @@ { networking.hostName = "caribou"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.interfaces.eno1.useDHCP = false; networking.interfaces.eno1.ipv4.addresses = [ |