hosts | remove t2
This commit is contained in:
parent
205b689b67
commit
8538b25027
8 changed files with 0 additions and 414 deletions
|
|
@ -1,4 +0,0 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./default.nix ];
|
||||
deployment = { tags = [ "arm" ]; };
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./hardware-configuration.nix ../workstation ../wm ];
|
||||
networking.hostName = "t2";
|
||||
}
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
boot.initrd.availableKernelModules = [ ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/mmcblk0p2";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
# still possible to use this option, but it's recommended to use it in conjunction
|
||||
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.tailscale0.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.wlu1.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM3pLmWhWH4AqvkWH8F/WzGjnaSSI4zDrSksglnndlir root@nixos
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDtKcCPmsA7mi8bvRntYvbvHSpteUjf10VEWVNx8ESqrCd0cCxSdOlRbJDBZ+KBlRDqVUPSM5JEqn+ioYQXJT6E/Eu4VQyr8xuQXz2MSnqJJvC54SoFo31Sw/VFS5SL+OZS9h7rxSpZbd97Fj+PBsUrQI2HYY1r7/aT14u4D5zFIBkLuCINl38u4MqWiaScHbh/0n2PT/cgwssTl4axZrRPf5kXUohb2h2MJKP1au02wdImmbzkcREeSXawbhICRSa+/uAYVRU0bKqv1dM3F1cn1f5EXrFxkLJ5O3KT3bJPRwnIs2stwd+Q7PG2wRkbMOKeNw1CxgIkO1LnluFZzZrsGBJzQR5W63wJ6o3iMHxS5IFI7wXc1CflCqjgsNV2Cby1uJoQQnSdQ5xJO1goYRmc4sIdRZa7Z6ttH9mPFvND1p1YHjjM/xqig7vHy6CJ0hYI5RVbf/QHxVGf0JflDNfw9QL7d9H/+N79WrcIbuFbWCTNXRMDprf5PX+ZlIGcqh44zByQM5Qaakhp26fZYtb5oDSxOkj8mN09FO410h1t1Rm/HAEUIQUghdeKjiZcbhjr+SHuhvrITqZH710Y/rbnluW6l4LY8AJC7ctf1L9CICnPIQhy1J9MSPS91kS/OOoFIRseBu5lUvwXfFCH8RcIa3bJIVh8eo+be6ERe1M8Ww== root@nixos
|
||||
Loading…
Add table
Add a link
Reference in a new issue