mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
reorder just recipes
This commit is contained in:
parent
12b8e8f6f4
commit
af25da9eea
|
@ -102,8 +102,7 @@ with builtins;
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
|
users.users.jade = {
|
||||||
users.users.jade = {
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark" ];
|
extraGroups = [ "wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark" ];
|
||||||
packages = [
|
packages = [
|
||||||
|
|
8
justfile
8
justfile
|
@ -1,8 +1,8 @@
|
||||||
build:
|
|
||||||
sudo nixos-rebuild switch --flake . --impure
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
sudo nixos-rebuild test --flake . --impure
|
sudo nixos-rebuild test --flake . --impure
|
||||||
|
|
||||||
|
build:
|
||||||
|
sudo nixos-rebuild switch --flake . --impure
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update --commit-lock-file
|
nix flake update --commit-lock-file
|
||||||
|
|
Loading…
Reference in a new issue