1
0
Fork 0

Compare commits

..

No commits in common. "f643279a1b74aa6c7d0709e1555a1e6710a0e9dd" and "904f79ed74516ad670353628eb9b795b681ad5ae" have entirely different histories.

2 changed files with 15 additions and 12 deletions

View file

@ -237,11 +237,11 @@
]
},
"locked": {
"lastModified": 1709988192,
"narHash": "sha256-qxwIkl85P0I1/EyTT+NJwzbXdOv86vgZxcv4UKicjK8=",
"lastModified": 1709938482,
"narHash": "sha256-2Vw2WOFmEXWQH8ziFNOr0U48Guh5FacuD6BOEIcE99s=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b0b0c3d94345050a7f86d1ebc6c56eea4389d030",
"rev": "17431970b4ebc75a92657101ccffcfc9e1f9d8f0",
"type": "github"
},
"original": {
@ -356,11 +356,11 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1709943332,
"narHash": "sha256-MCdZ9lXvCSTg23WUo9+uK9Zcw+VykCiYqF6x8Vy1Dyo=",
"lastModified": 1709901359,
"narHash": "sha256-jDlNJro0dohHAI7qSWEx3BgfxTLtijQRc12rKu488m0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b046a81451dc41d818e8f22736e7d5e8d7d67699",
"rev": "73e3a5866a956ae3fcf022f4df7c739b5d8189b0",
"type": "github"
},
"original": {
@ -372,11 +372,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709905912,
"narHash": "sha256-TofHtnlrOBCxtSZ9nnlsTybDnQXUmQrlIleXF1RQAwQ=",
"lastModified": 1709780214,
"narHash": "sha256-p4iDKdveHMhfGAlpxmkCtfQO3WRzmlD11aIcThwPqhk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a343533bccc62400e8a9560423486a3b6c11a23b",
"rev": "f945939fd679284d736112d3d5410eb867f3b31c",
"type": "github"
},
"original": {
@ -438,11 +438,11 @@
},
"nurpkgs": {
"locked": {
"lastModified": 1709994731,
"narHash": "sha256-yRFDZtD2+4icvK8htOzFQRC3BQTIwsVSK8CHfDW+FMw=",
"lastModified": 1709956549,
"narHash": "sha256-mI3gN1R8BFM+nmrFFFT4GFVcgENFtdIN9x1/lsoWz14=",
"owner": "nix-community",
"repo": "NUR",
"rev": "a2c8dbc69af439969f96519317880bd1f5b352c8",
"rev": "699643a50ddd0a758c3d73af3cd52afb270a2f0e",
"type": "github"
},
"original": {

View file

@ -49,6 +49,9 @@ in
ensureUsers = [
{
name = "atticd";
ensurePermissions = {
"DATABASE attic" = "ALL PRIVILEGES";
};
}
];
};