clean tp
This commit is contained in:
parent
29ffbc171f
commit
544ab072a0
1 changed files with 1 additions and 10 deletions
11
config.nix
11
config.nix
|
@ -34,6 +34,7 @@
|
|||
|
||||
users.users.demo = {
|
||||
isNormalUser = true;
|
||||
password = "test";
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
];
|
||||
|
@ -72,10 +73,6 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -83,18 +80,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
libinput.enable = true;
|
||||
|
||||
cage = {
|
||||
enable = true;
|
||||
program = "${lib.getExe pkgs.firefox} --kiosk --private-window ${./index.html}";
|
||||
};
|
||||
};
|
||||
|
||||
programs.kdeconnect = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
disko.devices = {
|
||||
disk = {
|
||||
main = {
|
||||
|
|
Loading…
Reference in a new issue