merge: host renames

This commit is contained in:
2026-03-07 17:28:34 +01:00
8 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
# nix fmt & statix
f011c8d71ba09bd94ab04b8d771858b90a03fbf9
3aff25b4486a143cd6282f8845c16216598e1c7e
# host rename
cfe4c43887a41e52be4e6472474c0fc3788f86e8
bebb7c42bbe87fe041b53189e78a4553e8c08666
258902d409e68b47f781451e6d306a8e47198d75

View File

@@ -69,17 +69,17 @@
lib = my-lib;
nixosConfigurations = {
matej-nixos = mkHost "matej-nixos" {
fw16 = mkHost "fw16" {
system = "x86_64-linux";
user = "matej";
};
matej-tower = mkHost "matej-tower" {
tower = mkHost "tower" {
system = "x86_64-linux";
user = "matej";
};
# nixos-rebuild build-image --image-variant install-iso --flake .#live-iso
live-iso = mkHost "live-iso" {
# nixos-rebuild build-image --image-variant install-iso --flake .#iso
iso = mkHost "iso" {
system = "x86_64-linux";
};
};

View File

@@ -64,7 +64,7 @@ in
programs.nm-applet.enable = true;
networking = {
hostName = "matej-nixos";
hostName = "fw16";
networkmanager.enable = true;
firewall.enable = false;
nameservers = [

View File

@@ -60,7 +60,7 @@
easyeffects
];
networking.hostName = "matej-tower";
networking.hostName = "tower";
xdg.mime.defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";

View File

@@ -31,7 +31,7 @@ build:
# build installation iso
iso:
nixos-rebuild build-image --image-variant iso-installer --flake .#live-iso
nixos-rebuild build-image --image-variant iso-installer --flake .#iso
# garbage collect old generations
clean: