mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
update himalaya; nix trust
This commit is contained in:
parent
40f56b84b7
commit
bd14ee0a68
3 changed files with 5 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -57,11 +57,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1617992288,
|
||||
"narHash": "sha256-gzpVOOAr7lFnl2vUG/zE6XD+knBl+VoUYYjrT7phQxI=",
|
||||
"lastModified": 1618180539,
|
||||
"narHash": "sha256-xn3XQ5vikgMWtDsHntlQUQpbSPyFE9VXFcNNUziVm6o=",
|
||||
"owner": "srid",
|
||||
"repo": "himalaya",
|
||||
"rev": "8ce57493b5fd4bbc420f4631205d09160008ff11",
|
||||
"rev": "034aaea2aa166c7983654b4c15b58a49648a13a7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
trustedUsers = [ "root" "srid" ];
|
||||
};
|
||||
|
||||
networking.hostName = "p71"; # Define your hostname.
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
trustedUsers = [ "root" "srid" ];
|
||||
};
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue