cleanup nas
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user