builder: do not set build user as trusted
This commit is contained in:
parent
e77df97089
commit
df7f5a45da
18
flake.lock
18
flake.lock
|
@ -245,11 +245,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701437885,
|
"lastModified": 1701524494,
|
||||||
"narHash": "sha256-Ak69pOVFjZgia5ZzAXZSkRSEdTHNUDK+qEzlgXw/vaQ=",
|
"narHash": "sha256-dXNCIUWm8Z74PijQ/THFb3HXQtRc2VA6LJvT+VrjZoY=",
|
||||||
"owner": "jovian-experiments",
|
"owner": "jovian-experiments",
|
||||||
"repo": "jovian-nixos",
|
"repo": "jovian-nixos",
|
||||||
"rev": "c6a62145fefbe0e48bc45d714499512a4780f4f1",
|
"rev": "365027ec7dc32018b20d3fbe3abf645406651e4c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -316,11 +316,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700968077,
|
"lastModified": 1701572887,
|
||||||
"narHash": "sha256-Lax+2g7G3Fe+ckMrHLYTl+97unbmNDmN1qS9MLBkxr4=",
|
"narHash": "sha256-oCPwQZT0Inis4zcYhtFHUp7Rym1zglKPLDcRird35q8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nix-index-database",
|
"repo": "nix-index-database",
|
||||||
"rev": "bd3aec0ecb0fdde863a7ed2c6caa220c47e22c07",
|
"rev": "41afa8d1c061beda68502bcc67f2788f3a77042b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -404,11 +404,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701379698,
|
"lastModified": 1701545368,
|
||||||
"narHash": "sha256-u4wV7iI5XCMkj/BSyr9sih9WgevnYhw01nFWAerFEGE=",
|
"narHash": "sha256-AzE7T/aRj/3kJ6nKJZ4zxuPpSJ+NvU8NpTUS7ipbonA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "28fc85484ab827912b1785484dd709c62d9a8237",
|
"rev": "741dd36395236f34dbe35a2db79a711c6b318ce4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
nix.settings.trusted-users = [ "build" ];
|
|
||||||
users.users.build = {
|
users.users.build = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
home = "/home/build";
|
home = "/home/build";
|
||||||
|
|
Loading…
Reference in a new issue