mess migration
This commit is contained in:
parent
fbc47ef8f7
commit
6bee06e028
77 changed files with 144 additions and 60 deletions
8
system/configuration.nix
Normal file → Executable file
8
system/configuration.nix
Normal file → Executable file
|
@ -31,7 +31,7 @@
|
|||
nix = {
|
||||
registry = lib.mapAttrs (_: value: {flake = value;}) inputs;
|
||||
settings = {
|
||||
trusted-users = ["bolt"];
|
||||
trusted-users = ["bolt" "plank"];
|
||||
experimental-features = "nix-command flakes";
|
||||
substitute = true;
|
||||
substituters = ["https://anyrun.cachix.org" "https://jakestanger.cachix.org"];
|
||||
|
@ -146,10 +146,8 @@
|
|||
home-manager
|
||||
cachix
|
||||
|
||||
ark
|
||||
|
||||
curl
|
||||
exa
|
||||
eza
|
||||
swaybg
|
||||
|
||||
git
|
||||
|
@ -201,6 +199,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services."user@".serviceConfig.Delegate = "memory pids cpu cpuset";
|
||||
|
||||
security.pam.services.gtklock = {
|
||||
text = ''
|
||||
auth include login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue