Compare commits
4 Commits
9cf2b82e92
...
890b24200e
Author | SHA1 | Date | |
---|---|---|---|
890b24200e | |||
d3259457de | |||
8eb42ee68b | |||
9d4c48badb |
@ -53,6 +53,7 @@ in
|
|||||||
joplin-desktop
|
joplin-desktop
|
||||||
config.inputs.deploy-rs.packages.${config.currentSystem}.deploy-rs
|
config.inputs.deploy-rs.packages.${config.currentSystem}.deploy-rs
|
||||||
lxqt.pavucontrol-qt
|
lxqt.pavucontrol-qt
|
||||||
|
barrier
|
||||||
|
|
||||||
# For Nix IDE
|
# For Nix IDE
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
@ -56,4 +56,9 @@
|
|||||||
|
|
||||||
de.enable = true;
|
de.enable = true;
|
||||||
de.touchpad.enable = true;
|
de.touchpad.enable = true;
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
# barrier
|
||||||
|
24800
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,9 @@
|
|||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
services.xserver.desktopManager.retroarch.enable = true;
|
||||||
|
services.xserver.desktopManager.retroarch.package = pkgs.retroarchFull;
|
||||||
|
|
||||||
users.users.cris = {
|
users.users.cris = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
hashedPassword = "$y$j9T$LMGwHVauFWAcAyWSSmcuS/$BQpDyjDHZZbvj54.ijvNb03tr7IgX9wcjYCuCxjSqf6";
|
hashedPassword = "$y$j9T$LMGwHVauFWAcAyWSSmcuS/$BQpDyjDHZZbvj54.ijvNb03tr7IgX9wcjYCuCxjSqf6";
|
||||||
@ -33,4 +36,11 @@
|
|||||||
maestral-gui
|
maestral-gui
|
||||||
] ++ config.users.users.googlebot.packages;
|
] ++ config.users.users.googlebot.packages;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Dr. John A. Zoidberg
|
||||||
|
users.users.john = {
|
||||||
|
isNormalUser = true;
|
||||||
|
hashedPassword = "";
|
||||||
|
uid = 1002;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# kernel
|
# kernel
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
# disks
|
# disks
|
||||||
remoteLuksUnlock.enable = true;
|
remoteLuksUnlock.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user