renamed puter to sam

Main
Johannes Hendrik Gerard van der Weide 2024-02-22 20:27:34 +01:00
parent edde61e3ac
commit 9da56c3211
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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";

View File

@ -1,3 +1,3 @@
{
networking.hostName = "puter";
networking.hostName = "sam";
}