mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
✨ Add Steam, Force Firefox declarative extensions
This commit is contained in:
parent
9715055e76
commit
b08c5c8bce
4 changed files with 14 additions and 8 deletions
|
@ -9,6 +9,9 @@
|
|||
sops.defaultSopsFile = ./secrets/users.yaml;
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
|
||||
programs.steam.enable = true;
|
||||
programs.steam.remotePlay.openFirewall = true;
|
||||
|
||||
puzzlevision = {
|
||||
users.jo = {
|
||||
enable = true;
|
||||
|
@ -36,12 +39,12 @@
|
|||
'';
|
||||
|
||||
# Configure 8GB SWAP partition
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swapfile";
|
||||
size = 8 * 1024;
|
||||
}
|
||||
];
|
||||
# swapDevices = [
|
||||
# {
|
||||
# device = "/swapfile";
|
||||
# size = 8 * 1024;
|
||||
# }
|
||||
# ];
|
||||
|
||||
boot = {
|
||||
# Configure additional kernel modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue