disko doesn't support bcachefs subvolumes yet
This commit is contained in:
parent
8d086ffcca
commit
d8ce8bddef
6 changed files with 61 additions and 56 deletions
|
|
@ -90,12 +90,12 @@
|
|||
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"
|
||||
'';
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
virtualisation.docker.rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
# virtualisation.docker = {
|
||||
# enable = true;
|
||||
# storageDriver = "btrfs";
|
||||
# };
|
||||
# virtualisation.docker.rootless = {
|
||||
# enable = true;
|
||||
# setSocketVariable = true;
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
if_desktop =
|
||||
if lib.strings.hasPrefix "NOcomputer" (builtins.readFile /etc/hostname)
|
||||
then true
|
||||
else false;
|
||||
in {
|
||||
}:
|
||||
# let
|
||||
# if_desktop =
|
||||
# if lib.strings.hasPrefix "NOcomputer" (builtins.readFile /etc/hostname)
|
||||
# then true
|
||||
# else false;
|
||||
# in
|
||||
{
|
||||
# aagl.url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
# aagl.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue