changes to sops and cleanup script works globally
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
zellij.enable = false;
|
||||
};
|
||||
userd = {
|
||||
sops.enable = false;
|
||||
sops = {
|
||||
enable = false;
|
||||
adam = false;
|
||||
};
|
||||
copyq.enable = true;
|
||||
mako.enable = true;
|
||||
udiskie.enable = true;
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
umod = "nvim /home/adam/.nix-config/home/users/adam/modules.nix";
|
||||
systemmodules = "nvim /home/adam/.nix-config/hosts/adampad/modules.nix";
|
||||
smod = "nvim /home/adam/.nix-config/hosts/adampad/modules.nix";
|
||||
nixclean = "sudo nix run .#cleanup-boot";
|
||||
nixclean = "sudo nix run /home/adam/.nix-config#cleanup-boot";
|
||||
nixdev = "nix develop ~/.nix-config -c $SHELL";
|
||||
nixconfig = "cd /home/adam/.nix-config/";
|
||||
ll = "ls -l";
|
||||
nixupdate = "nh os switch -v -H adampad && sudo nix run .#cleanup-boot";
|
||||
nixup = "nh os switch -H adampad && sudo nix run .#cleanup-boot";
|
||||
flakeupdate = "nh os switch -u -v -H adampad && sudo nix run .#cleanup-boot";
|
||||
flakeup = "nh os switch -u -H adampad && sudo nix run .#cleanup-boot";
|
||||
nixupdate = "nh os switch -v -H adampad && sudo nix run /home/adam/.nix-config#cleanup-boot";
|
||||
nixup = "nh os switch -H adampad && sudo nix run /home/adam/.nix-config#cleanup-boot";
|
||||
flakeupdate = "nh os switch -u -v -H adampad && sudo nix run /home/adam/.nix-config#cleanup-boot";
|
||||
flakeup = "nh os switch -u -H adampad && sudo nix run /home/adam/.nix-config#cleanup-boot";
|
||||
};
|
||||
history = {
|
||||
size = 1000;
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
zellij.enable = false;
|
||||
};
|
||||
userd = {
|
||||
sops.enable = true;
|
||||
sops = {
|
||||
enable = true;
|
||||
cnst = true;
|
||||
};
|
||||
copyq.enable = true;
|
||||
mako.enable = true;
|
||||
udiskie.enable = true;
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
umod = "nvim /home/cnst/.nix-config/home/users/cnst/modules.nix";
|
||||
systemmodules = "nvim /home/cnst/.nix-config/hosts/cnix/modules.nix";
|
||||
smod = "nvim /home/cnst/.nix-config/hosts/cnix/modules.nix";
|
||||
nixclean = "sudo nix run .#cleanup-boot";
|
||||
nixclean = "sudo nix run /home/cnst/.nix-config#cleanup-boot";
|
||||
nixdev = "nix develop ~/.nix-config -c $SHELL";
|
||||
nixconfig = "cd /home/cnst/.nix-config/";
|
||||
ll = "ls -l";
|
||||
nixupdate = "nh os switch -v -H cnix && sudo nix run .#cleanup-boot";
|
||||
nixup = "nh os switch -H cnix && sudo nix run .#cleanup-boot";
|
||||
flakeupdate = "nh os switch -u -v -H cnix && sudo nix run .#cleanup-boot";
|
||||
flakeup = "nh os switch -u -H cnix && sudo nix run .#cleanup-boot";
|
||||
nixupdate = "nh os switch -v -H cnix && sudo nix run /home/cnst/.nix-config#cleanup-boot";
|
||||
nixup = "nh os switch -H cnix && sudo nix run /home/cnst/.nix-config#cleanup-boot";
|
||||
flakeupdate = "nh os switch -u -v -H cnix && sudo nix run /home/cnst/.nix-config#cleanup-boot";
|
||||
flakeup = "nh os switch -u -H cnix && sudo nix run /home/cnst/.nix-config#cleanup-boot";
|
||||
};
|
||||
history = {
|
||||
size = 1000;
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
zellij.enable = false;
|
||||
};
|
||||
userd = {
|
||||
sops.enable = false;
|
||||
sops = {
|
||||
enable = false;
|
||||
toothpick = false;
|
||||
};
|
||||
copyq.enable = true;
|
||||
mako.enable = true;
|
||||
udiskie.enable = true;
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
umod = "nvim /home/toothpick/.nix-config/home/users/toothpick/modules.nix";
|
||||
systemmodules = "nvim /home/toothpick/.nix-config/hosts/toothpc/modules.nix";
|
||||
smod = "nvim /home/toothpick/.nix-config/hosts/toothpc/modules.nix";
|
||||
nixclean = "sudo nix run .#cleanup-boot";
|
||||
nixclean = "sudo nix run /home/toothpick/.nix-config#cleanup-boot";
|
||||
nixdev = "nix develop ~/.nix-config -c $SHELL";
|
||||
nixconfig = "cd /home/toothpick/.nix-config/";
|
||||
ll = "ls -l";
|
||||
nixupdate = "nh os switch -v -H toothpc && sudo nix run .#cleanup-boot";
|
||||
nixup = "nh os switch -H toothpc && sudo nix run .#cleanup-boot";
|
||||
flakeupdate = "nh os switch -u -v -H toothpc && sudo nix run .#cleanup-boot";
|
||||
flakeup = "nh os switch -u -H toothpc && sudo nix run .#cleanup-boot";
|
||||
nixupdate = "nh os switch -v -H toothpc && sudo nix run /home/toothpick/.nix-config#cleanup-boot";
|
||||
nixup = "nh os switch -H toothpc && sudo nix run /home/toothpick/.nix-config#cleanup-boot";
|
||||
flakeupdate = "nh os switch -u -v -H toothpc && sudo nix run /home/toothpick/.nix-config#cleanup-boot";
|
||||
flakeup = "nh os switch -u -H toothpc && sudo nix run /home/toothpick/.nix-config#cleanup-boot";
|
||||
};
|
||||
history = {
|
||||
size = 1000;
|
||||
|
||||
Reference in New Issue
Block a user