Compare commits
2 commits
c59b47c1ce
...
5426a7c526
Author | SHA1 | Date | |
---|---|---|---|
Natsu Kagami | 5426a7c526 | ||
Natsu Kagami | c16efcf256 |
|
@ -1550,11 +1550,11 @@
|
||||||
"nixpkgs": "nixpkgs_11"
|
"nixpkgs": "nixpkgs_11"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718897505,
|
"lastModified": 1719314794,
|
||||||
"narHash": "sha256-yLHsske9yv0UpxF42AIsyUs3/8zvRElb7I7/wyQswgw=",
|
"narHash": "sha256-yR1MrO50UD7FTaXzI6d9ogSO3VaS7tJthozueuqqavQ=",
|
||||||
"owner": "natsukagami",
|
"owner": "natsukagami",
|
||||||
"repo": "youmubot",
|
"repo": "youmubot",
|
||||||
"rev": "1fcabb5e0e6963f63351aaa807f995be0af2be8e",
|
"rev": "48635cad7887310ab36f530a519512409c6952b1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -214,6 +214,7 @@ in
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
nix.settings.trusted-users = [ "root" cfg.username ];
|
||||||
|
|
||||||
## Network configuration
|
## Network configuration
|
||||||
systemd.network.enable = true;
|
systemd.network.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue