chore: rename matej-nixos to fw16
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
lib = my-lib;
|
||||
|
||||
nixosConfigurations = {
|
||||
matej-nixos = mkHost "matej-nixos" {
|
||||
fw16 = mkHost "fw16" {
|
||||
system = "x86_64-linux";
|
||||
user = "matej";
|
||||
};
|
||||
|
||||
@@ -64,7 +64,7 @@ in
|
||||
programs.nm-applet.enable = true;
|
||||
|
||||
networking = {
|
||||
hostName = "matej-nixos";
|
||||
hostName = "fw16";
|
||||
networkmanager.enable = true;
|
||||
firewall.enable = false;
|
||||
nameservers = [
|
||||
Reference in New Issue
Block a user