barnacle update

Changed files
+2 -2
hosts
barnacle
+2 -2
hosts/barnacle/default.nix
···
networking.wireless = {
# so we can use NetworkManager
enable = lib.mkForce false;
-
networks = { "SSID" = { psk = "password"; }; };
};
# build with:
-
# nix build '/etc/nixos?submodules=1#nixosConfigurations.iso.config.system.build.isoImage'
isoImage.contents = [{
source = ../..;
target = "nixos";
···
networking.wireless = {
# so we can use NetworkManager
enable = lib.mkForce false;
+
# networks = { "SSID" = { psk = "password"; }; };
};
# build with:
+
# nix build /etc/nixos#nixosConfigurations.barnacle.config.system.build.isoImage
isoImage.contents = [{
source = ../..;
target = "nixos";