use luks + btrfs raid
This commit is contained in:
parent
595b46ce96
commit
5be28dcbd3
3 changed files with 71 additions and 140 deletions
|
@ -3,23 +3,21 @@
|
|||
# and in the NixOS manual (accessible by running `nixos-help`).
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
ccecrennt
|
||||
{
|
||||
reacncncncnas
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Shared config of all machines
|
||||
/data/nixos/share/common.nix
|
||||
/nix/data/nixos/share/common.nix
|
||||
];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
networking.hostName = "neko";
|
||||
networking.hostId = "cf5a5ee6";
|
||||
nnacsasasa
|
||||
|
||||
# EurKey layout
|
||||
services.xserver.xkb.layout = "eu";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue