remove nix store from vpsfree
This commit is contained in:
parent
16f5e6abd4
commit
570b008a30
1 changed files with 2 additions and 9 deletions
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{ config, pkgs, inputs, lib, ... }: {
|
||||
networking.hostName = "vpsfree1";
|
||||
|
||||
imports = [
|
||||
|
@ -24,14 +18,13 @@
|
|||
./ssh.nix
|
||||
./syncthing-relay.nix
|
||||
./woodpecker.nix
|
||||
./nix-store-server.nix
|
||||
];
|
||||
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStartSec=900s
|
||||
'';
|
||||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
time.timeZone = "Europe/London";
|
||||
nix.settings.cores = 8;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue