fixup neko config for tmpfs/btrfs/luks
This commit is contained in:
parent
8c5b984620
commit
a9eecc6d9a
3 changed files with 71 additions and 119 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue