Compare commits
2
Commits
master
...
49030fc9d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49030fc9d4 | ||
|
|
310797ccb1 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "An Invoice Ninja package and module.";
|
description = "An Invoice Ninja package and module.";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self, nixpkgs, nix, }:
|
{ self, nixpkgs, nix, }:
|
||||||
|
|||||||
+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