shiori startup script

This commit is contained in:
baduhai 2022-12-24 09:54:08 -03:00
parent 60829f8868
commit a4cb0d9f28
5 changed files with 15 additions and 3 deletions

View file

@ -10,8 +10,6 @@
./alexandria
];
users.users.user.extraGroups = [ "docker" ];
nix.nixPath = [ "nixos-config=${./alexandria.nix}" ];
swapDevices = [ { device = "/swapfile"; size = 8192; } ];