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