tablet config
This commit is contained in:
parent
139aac8fef
commit
42dd72f1d4
3 changed files with 151 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
users.users.daniel = {
|
||||
isNormalUser = true;
|
||||
description = "Daniel";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel"];
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
rebuild-test = "sudo nixos-rebuild test --flake ~/Documents/Nix/pc-config/nixos#daniel";
|
||||
rebuild-dry = "nixos-rebuild dry-run --flake ~/Documents/Nix/pc-config/nixos#daniel";
|
||||
|
||||
to-public = "ssh -r danielk.me:/var/www/danielk.me/public";
|
||||
cppublic = "scp \"!*\" danielk.me:/var/www/danielk.me/public";
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue