cleanup nas

This commit is contained in:
mjallen18
2024-02-29 14:20:10 -06:00
parent ab42ace3b6
commit 7544da3c4d
2 changed files with 5 additions and 58 deletions

View File

@@ -189,19 +189,6 @@ in {
"electron-19.1.9"
];
# # Configure nixpkgs
# nixpkgs = {
# config = {
# # Enable non free
# allowUnfree = true;
# permittedInsecurePackages = [
# # allow insecure electron for etcher
# "electron-19.1.9"
# ];
# };
# };
# Define a user account. Don't forget to set a password with passwd.
users.users."${user}" = {
isNormalUser = true;