Compare commits
2
Commits
49030fc9d4
...
df90f25778
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df90f25778 | ||
|
|
554f73d477 |
+2
-6
@@ -6,14 +6,10 @@
|
|||||||
../nixos-module/invoiceninja.nix
|
../nixos-module/invoiceninja.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
users.users.test = {
|
users.users.root = {
|
||||||
isNormalUser = true;
|
initialPassword = "toor";
|
||||||
extraGroups = [ "wheel" ];
|
|
||||||
initialPassword = "test";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.invoiceninja = {
|
services.invoiceninja = {
|
||||||
|
|||||||
Reference in New Issue
Block a user