hosts/containers/lxc-template.*: remove

This commit is contained in:
Astro 2022-06-22 00:16:45 +02:00
parent 13fbad9546
commit a2329fe740
2 changed files with 0 additions and 24 deletions

View File

@ -1,21 +0,0 @@
{ config, pkgs, lib, modulesPath, ... }:
{
imports = [
../../config/lxc-container.nix
../../config/shared.nix
];
networking.hostName = "nixbert"; # Define your hostname.
networking.useNetworkd = false;
services.openssh = {
enable = true;
};
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "19.03"; # Did you read the comment?
}

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
set -e
nix-build -I nixos-config=./lxc-template.nix '<nixpkgs/nixos>' -A config.system.build.tarball