fixup neko config for tmpfs/btrfs/luks

This commit is contained in:
Christoph Cullmann 2023-06-09 18:26:35 +02:00
parent 8c5b984620
commit a9eecc6d9a
3 changed files with 71 additions and 119 deletions

View file

@ -1,6 +1,6 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
@ -11,10 +11,9 @@
./hardware-configuration.nix
# Shared config of all machines
/home/cullmann/install/nixos/common.nix
/data/nixos/common.nix
];
# host name & id
# host name
networking.hostName = "neko";
networking.hostId = "eb707291";
}