renamed puter to sam
parent
edde61e3ac
commit
9da56c3211
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
networking.hostName = "puter";
|
||||
networking.hostName = "sam";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue