diff --git a/flake.nix b/flake.nix index 80dac6a..40e0181 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ in { # Laptop NixOS configuration nixosConfigurations = { - puter = lib.nixosSystem { + sam = lib.nixosSystem { inherit system; modules = [ nixos-hardware.nixosModules.framework-11th-gen-intel diff --git a/programs/zsh.nix b/programs/zsh.nix index a8ead06..cfcf3e1 100644 --- a/programs/zsh.nix +++ b/programs/zsh.nix @@ -10,7 +10,7 @@ shellAliases = { ll = "ls -l"; please = "sudo"; - update = "sudo nixos-rebuild switch --flake /etc/nixos/#puter"; + update = "sudo nixos-rebuild switch --flake /etc/nixos/#sam"; vim = "nix run git+https://git.saragerretsen.nl/Hertog/FrameworkNix#vim"; vimUpdate = "nix run --refresh git+https://git.saragerretsen.nl/Hertog/FrameworkNix#vim"; sudovim = "sudo nix run git+https://git.saragerretsen.nl/Hertog/FrameworkNix#vim"; diff --git a/system/networking.nix b/system/networking.nix index 07b02c1..681e4fb 100644 --- a/system/networking.nix +++ b/system/networking.nix @@ -1,3 +1,3 @@ { - networking.hostName = "puter"; + networking.hostName = "sam"; }