merge: host renames
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
# nix fmt & statix
|
# nix fmt & statix
|
||||||
f011c8d71ba09bd94ab04b8d771858b90a03fbf9
|
f011c8d71ba09bd94ab04b8d771858b90a03fbf9
|
||||||
3aff25b4486a143cd6282f8845c16216598e1c7e
|
3aff25b4486a143cd6282f8845c16216598e1c7e
|
||||||
|
|
||||||
|
# host rename
|
||||||
|
cfe4c43887a41e52be4e6472474c0fc3788f86e8
|
||||||
|
bebb7c42bbe87fe041b53189e78a4553e8c08666
|
||||||
|
258902d409e68b47f781451e6d306a8e47198d75
|
||||||
|
|||||||
@@ -69,17 +69,17 @@
|
|||||||
lib = my-lib;
|
lib = my-lib;
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
matej-nixos = mkHost "matej-nixos" {
|
fw16 = mkHost "fw16" {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
user = "matej";
|
user = "matej";
|
||||||
};
|
};
|
||||||
matej-tower = mkHost "matej-tower" {
|
tower = mkHost "tower" {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
user = "matej";
|
user = "matej";
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixos-rebuild build-image --image-variant install-iso --flake .#live-iso
|
# nixos-rebuild build-image --image-variant install-iso --flake .#iso
|
||||||
live-iso = mkHost "live-iso" {
|
iso = mkHost "iso" {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ in
|
|||||||
programs.nm-applet.enable = true;
|
programs.nm-applet.enable = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "matej-nixos";
|
hostName = "fw16";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
nameservers = [
|
nameservers = [
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
easyeffects
|
easyeffects
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "matej-tower";
|
networking.hostName = "tower";
|
||||||
|
|
||||||
xdg.mime.defaultApplications = {
|
xdg.mime.defaultApplications = {
|
||||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
2
justfile
2
justfile
@@ -31,7 +31,7 @@ build:
|
|||||||
|
|
||||||
# build installation iso
|
# build installation iso
|
||||||
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
|
# garbage collect old generations
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user