integrate htpc and associated configuration
This commit is contained in:
@@ -10,17 +10,7 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.beesd.filesystems = {
|
||||
root = {
|
||||
spec = "LABEL=NixOS";
|
||||
hashTableSizeMB = 128;
|
||||
verbosity = "crit";
|
||||
extraOptions = [ "--loadavg-target" "1.5" ];
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "T14"; # Define your hostname.
|
||||
services.openssh.enable = true;
|
||||
networking.hostName = "board"; # Define your hostname.
|
||||
|
||||
users.users.k3t = {
|
||||
packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user