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";
|
networking.hostName = "vpsfree1";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -24,7 +18,6 @@
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./syncthing-relay.nix
|
./syncthing-relay.nix
|
||||||
./woodpecker.nix
|
./woodpecker.nix
|
||||||
./nix-store-server.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.extraConfig = ''
|
systemd.extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue