renamed puter to sam
parent
edde61e3ac
commit
9da56c3211
|
@ -37,7 +37,7 @@
|
||||||
in {
|
in {
|
||||||
# Laptop NixOS configuration
|
# Laptop NixOS configuration
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
puter = lib.nixosSystem {
|
sam = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
please = "sudo";
|
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";
|
vim = "nix run git+https://git.saragerretsen.nl/Hertog/FrameworkNix#vim";
|
||||||
vimUpdate = "nix run --refresh 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";
|
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